Loading Tool

Explorer IconExplorer

Memory Pool

26,781 transactions
5.99 vMB
0.04093816 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.76/200 MB

Candidate Block

Mining Attempt 7ff2939bb9574ca408954d42572a17ede864066492c724ff730c41882bcbf034
Version 20000000
Previous Block 000000000000000000019d24a8e7d291f348357bde0643aff390e9cb7b750ec9
Merkle Root cd45df4c50f1dbc1780a8742b9d96e8198ce3d91c602b85618dc7744ee863c5c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,886
Size: 0.97 vMB
Total Fees: 0.02768724 BTC
Median Feerate: 2.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,208 (639,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,431 273,431 0000000000000003dcc0a4d9a8b75870200448667b5c1b37999dbbcd652aba32 0.11 MB 231 44
273,430 273,430 0000000000000002818c0207410f6a9d2d0e1d544de9d6f54d377c092710667b 0.09 MB 243 47
273,429 273,429 0000000000000003d93ef88e4a1b5b4f8243e404f74746bda93ca4ee95b2abef 0.72 MB 1,698 57
273,428 273,428 00000000000000007e56d4ef8dfdd5dd378e6fa1144b8c2a97911eda08a43f81 0.22 MB 307 47
273,427 273,427 000000000000000222ea0cce668a266d162ae9b122361e784f5f4ce02b8e5864 0.01 MB 28 6
273,426 273,426 00000000000000035f48e8f955de6c21eb868566bc556096397a27b85db15253 0.19 MB 372 55
273,425 273,425 0000000000000003446341200e15b26d351ddeea93c3c9985308dbbdc5be18db 0.31 MB 739 62
273,424 273,424 0000000000000005e5039503b4b67e648762220051c846826dd07cb84ac55ab2 0.09 MB 79 21
273,423 273,423 0000000000000004f37d4578b111fb9350bf382df5723814730cea32d790fba5 0.18 MB 335 57
273,422 273,422 0000000000000000561d1639ba83a8bfb523bbc32b078a8298ad0e9aa9f5644c 0.07 MB 134 45
273,421 273,421 0000000000000002f71d3aae661d1ae0a7ee5812f506c26104383ef00a74ed8d 0.29 MB 582 87
273,420 273,420 0000000000000003e68bd07b74858e55bdfa1771a7b86ad09bc8eaacdeb6a146 0.25 MB 624 86
273,419 273,419 00000000000000040572e5a103143e70cb29991173ad0d4dc23827e2f7f8c108 0.20 MB 407 45
273,418 273,418 000000000000000379e2602b4230ae803ed611dd1ed389b4deb77f39a093fff8 0.05 MB 131 47
273,417 273,417 00000000000000001c23384d3a415de6211428a6c018ccd230c13e078f82aa61 0.00 MB 1 0
273,416 273,416 00000000000000033b14a5ef583243e18ad25e9bccd57be8546187ef946f44e2 0.13 MB 273 45
273,415 273,415 00000000000000023d8bec49cd815780e95086329c55cc67bf1ddbe644ba3e24 0.02 MB 51 58
273,414 273,414 0000000000000000fae03d67000b4a66c32a33d26b21828f2833f6c29b625426 0.08 MB 190 39
273,413 273,413 000000000000000242833b49cfc1635b12fadbfa2858843212cf268c485f5e90 0.04 MB 97 41
273,412 273,412 00000000000000000e63b47751799eaa55aec9327768ee6f43ae0044c300a3bb 0.06 MB 139 57
273,411 273,411 00000000000000041a5e76c75a2becb0a5ed7393db16411711e194a2bfa8e55f 0.06 MB 149 40
Previous 10 blocks ↓
Total Size: 779.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 65
    • Outgoing: 10
  • Data Transfer:
    • Sent: 17.99 GB
    • Received: 0.36 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.