Loading Tool

Explorer IconExplorer

Memory Pool

21,289 transactions
9.28 vMB
0.10806571 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.18/200 MB

Candidate Block

Mining Attempt eb07409aefd403a699cd8c9f811869812ac07df5ce79e75838200691d134ba68
Version 20000000
Previous Block 0000000000000000000145675ea6000f3d15ebd1e48b044500eb75bc4f666b05
Merkle Root 2ef751890a86699f83b4c41f5eb6865ec3b6b5a7421176bc64c09b7338f0b25c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,332
Size: 1.00 vMB
Total Fees: 0.08244392 BTC
Median Feerate: 3.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,423 (708,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,531 204,531 0000000000000442b61b4de9d17903edc56ff25ed01f3e4f65a0e6ba79ccc451 133 0.05 vMB 34
204,530 204,530 00000000000001434d9ba91cdd1672461b239b6f13aa4a247dc926645d9236fd 678 0.42 vMB 99
204,529 204,529 00000000000004e9fb53e022606122c5ef7d5c6d93e9a5d19f85dcdad5f13086 704 0.35 vMB 99
204,528 204,528 000000000000056b960244215f62e87ce9e3c89b8d3602265ae9717275a60956 801 0.25 vMB 182
204,527 204,527 00000000000003d68726dbd25f7ea4b8ccc8a7342c4cc539819636ac701f373f 133 0.05 vMB 35
204,526 204,526 00000000000004232ab28b32bd1a5b7dfd504d4ba50220c705b82016fd572af4 766 0.34 vMB 132
204,525 204,525 00000000000001741ed7128f07009d8026e6f5e1b07b46bd69ac8eea62ab9eeb 75 0.05 vMB 89
204,524 204,524 000000000000008465eec04483bf743348b6ac49feddbf1ef785c3d0a3586865 607 0.36 vMB 93
204,523 204,523 00000000000001b0748c8aaaa787268c9628a3b4f6375e4d37794adc5ec89c86 10 0.00 vMB 44
204,522 204,522 0000000000000148ea90fcfb5bcbc73023e0095017d8da0b961add3a3f96c9c0 172 0.06 vMB 142
204,521 204,521 0000000000000505d0a421ed48d19be5dabbb4262a3f542f00041f07d1c8544d 420 0.25 vMB 120
204,520 204,520 00000000000003af8bda311073dc517a1f55d21b2c3d0198883ed36aa157e83c 131 0.05 vMB 16
204,519 204,519 00000000000004c8e66077ad36c387a26068e225017b63cc49ec588fb4a24dda 589 0.25 vMB 118
204,518 204,518 00000000000002633f43dd9a19014061963ad172ae30cebc5d69f4b809b62507 483 0.25 vMB 100
204,517 204,517 000000000000041d9a3fb20bac2ade9e1fbb19707d3139df4c45094e5cacf858 900 0.25 vMB 217
204,516 204,516 0000000000000549ad1e97ff0e4e8d028baa0d9a25d9fa58e6ec76a5556bc8d0 500 0.25 vMB 130
204,515 204,515 0000000000000042fe665fccc4978524b822b9b02cb39abd80794b5f587ea9d1 147 0.05 vMB 22
204,514 204,514 00000000000001d793b5ad2442891fc91174488f2d668c7e60b596f2854db79d 379 0.25 vMB 95
204,513 204,513 00000000000002b03da3e5abfa78b5fbf2477b7be45bcd37fb5e48fd54478852 32 0.01 vMB 813
204,512 204,512 00000000000002d5727b52f1aaf829e9fb59f670232cf3fbdde50367dee7feae 1 0.00 vMB 0
204,511 204,511 000000000000048cbedc79469277c745d9cf637c5b23d91350063b7de3766fe5 754 0.25 vMB 165
Previous 10 blocks ↓
Total Size: 779.61 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: 297.32 GB
    • Received: 1.27 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.