Loading Tool

Explorer IconExplorer

Memory Pool

77,252 transactions
28.79 vMB
0.07948407 BTC
Random Selection Loading Transactions
Max Size: 174.16/200 MB

Candidate Block

Mining Attempt a50426d9d75b5e2cc39799661caf3304f7fdd5afefa464e1936e1284bee5ad75
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root c2b3593bcbe54fd0aa5b74b0741b9664a335ae307cad788cc01dbc2e83a2d4d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,726
Size: 1.00 vMB
Total Fees: 0.01960981 BTC
Feerates: 100.17 > 1.96 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (815,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,446 99,446 00000000000269691b1f09957d5ff1ede7422e310193bf49d01190e3385ed381 1 0.00/1.00 vMB 0
99,445 99,445 0000000000015c0c1bb0445f2ccce91f6674a7e2e14f6eaa4dfc49c3746de4b1 3 0.00/1.00 vMB 1,934
99,444 99,444 0000000000025bcee55adb64847bd0db55d30ab24a912bb46e560e9893ae9cb4 3 0.00/1.00 vMB 0
99,443 99,443 000000000003bb2ce06d7420e40a99810364f4fb5fd470d1a2f4a908fb32c446 2 0.00/1.00 vMB 0
99,442 99,442 000000000003b83b5c73387400cb33703c98e15d2f1678767333cc2fd788700f 1 0.00/1.00 vMB 0
99,441 99,441 000000000003ac8977ac5af6b990642caeb5b1326c30ecfc95432d84420daa5b 3 0.00/1.00 vMB 0
99,440 99,440 0000000000042b379f72b12677fddd0458fe14371d4afb083aba2970f913d493 1 0.00/1.00 vMB 0
99,439 99,439 000000000002248013de5c84f6e3aac86c69b4028206099e90ceaf1d2359a352 4 0.00/1.00 vMB 0
99,438 99,438 0000000000017d3a99b4de775a429854c42124876d349884fdc5f6eeb832e934 1 0.00/1.00 vMB 0
99,437 99,437 000000000000de88351db21d1de5c240cc379649cc54addd74b657e5ec423aa5 3 0.00/1.00 vMB 0
99,436 99,436 000000000000541550e0cc8232e177ffc5a132f9edf085034be2ca0af85f9cb5 1 0.00/1.00 vMB 0
99,435 99,435 000000000001c1a7bfa825f663b1c73bc732d16e5950bf68cb94364c000f9745 4 0.00/1.00 vMB 0
99,434 99,434 00000000000329db5a47f71a233c9b3ecbd8ec31c627ba13d2b26597fd19fb58 6 0.00/1.00 vMB 0
99,433 99,433 000000000000d175450877946a26a0d05f8cc5f98bd144728bdb482b63220b17 3 0.00/1.00 vMB 0
99,432 99,432 00000000000032708b8c867ea1482d4c865e9f7b712803e30cda8890d50dc09c 1 0.00/1.00 vMB 0
99,431 99,431 000000000003db0e4bf3804fb80db810a618bed4c136490bd6695ee764468d5f 2 0.00/1.00 vMB 0
99,430 99,430 000000000003921f3daf4a0480947baacfffe0acd5a4fd0905228c7a8b7cec9b 1 0.00/1.00 vMB 0
99,429 99,429 0000000000047d4bc58bccbe0ba253a3f2db7405b4d8143b4345b0e3055b5e1b 1 0.00/1.00 vMB 0
99,428 99,428 00000000000192187b6fcf372b64cb9a98fd822a22fcbeb2000c374d3087a5a2 7 0.00/1.00 vMB 0
99,427 99,427 0000000000040da96d4be664a91aa63a62c201d5d2b00c1643126aaa433e73a2 3 0.00/1.00 vMB 0
99,426 99,426 0000000000008bc4fddfe37802c2ec6c8b4ed384c3208e3d5b4403f688c8e2f5 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.13 GB
    • Received: 16.16 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.