Loading Tool

Explorer IconExplorer

Memory Pool

81,803 transactions
31.30 vMB
0.07921145 BTC
Random Selection Loading Transactions
Max Size: 190.41/200 MB

Candidate Block

Mining Attempt 151d6328535ecb7a87dd05b96b593b3ba33cdc327e2b1255c5295fa57f9ec80b
Version 20000000
Previous Block 000000000000000000004b3e7e5aaeab111493f0d06b8a6f97fdb08081d0f764
Merkle Root 130ad1818182a4ad7f0ae0c5df81b3c6a81669b61fb15d28333004a874eafb3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,182
Size: 1.00 vMB
Total Fees: 0.01152651 BTC
Feerates: 100.37 > 1.16 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,197 (309,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,538 605,538 0000000000000000000e20e727e0f9e4d88c44d68e572fbc9a2bd8c61e50010b 1,652 1.00/1.00 vMB 19
605,537 605,537 000000000000000000017895c8e53aa08e41aea2ee0f7c8bfb463ec98edabb0e 2,465 1.00/1.00 vMB 15
605,536 605,536 0000000000000000000719d0471eae352ac81f2b834d447e4056236a3ea889b9 2,850 1.00/1.00 vMB 42
605,535 605,535 00000000000000000004995fc92461dc909d7dcfa26db290c9c3426e8b36bca5 2,078 1.00/1.00 vMB 30
605,534 605,534 000000000000000000014c44a5275454ce2fba71f369b99e517953a7c52dd90b 2,737 1.00/1.00 vMB 47
605,533 605,533 0000000000000000000666497a0a932ff8bd15169817b623dccd370741e27106 2,369 1.00/1.00 vMB 20
605,532 605,532 00000000000000000009594e3e3f1af07e3e452da4386a1dfe81e5e8ed6868db 1,384 1.00/1.00 vMB 12
605,531 605,531 0000000000000000000be5e5f9a69973fd338d6c085e3536a109f3ecaae2f793 1,274 1.00/1.00 vMB 14
605,530 605,530 00000000000000000010348ac700a449be01afea54ab52f6cb270616f303f017 1,721 1.00/1.00 vMB 11
605,529 605,529 000000000000000000102132f782b910c10aa2ae6fec9de2adb96878017fd3fc 3,204 1.00/1.00 vMB 32
605,528 605,528 0000000000000000000019852958d6b38b1c206c791007a839f3b49e2fe651b3 1,417 1.00/1.00 vMB 3
605,527 605,527 0000000000000000000940207ac620ac737e7b5d884e171a06c9b2506b0592b0 3,164 1.00/1.00 vMB 25
605,526 605,526 0000000000000000000eacddc2ffb7d00ae1c956a244ae38b47c0801ce9a1243 2,866 1.00/1.00 vMB 18
605,525 605,525 000000000000000000116a6229744f88026021ec1481660b69ea87e626c63f08 3,122 1.00/1.00 vMB 19
605,524 605,524 00000000000000000011426abb76ef0453b338b7a94b72310ea357f2991bb509 2,477 1.00/1.00 vMB 32
605,523 605,523 00000000000000000000498973c4872a3625ca0dd768defb8dd3cedb5be97ba7 3,259 1.00/1.00 vMB 45
605,522 605,522 0000000000000000000ee9cb9070351355a7ab88b5a69dfe7efaa415aa76a0cb 1,436 1.00/1.00 vMB 7
605,521 605,521 00000000000000000013b5da28b68b07dc02e57f996645757e91584d6b8d3e68 1,826 1.00/1.00 vMB 15
605,520 605,520 0000000000000000000cbb4457dae455956d39c71aface4da226a77be97d5b75 2,470 1.00/1.00 vMB 7
605,519 605,519 000000000000000000041d555781b2c9c085f59e2571148043119b2cc74bf970 2,564 1.00/1.00 vMB 16
605,518 605,518 00000000000000000003fc43c29e9851bce2175a20340660ebddfd75f3565f19 3,639 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.73 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: 707.89 GB
    • Received: 16.71 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.