Loading Tool

Explorer IconExplorer

Memory Pool

45,067 transactions
28.33 vMB
0.16988158 BTC
Random Selection Loading Transactions
Max Size: 147.58/200 MB

Candidate Block

Mining Attempt 5b8d2ba5abbe7a9cc2f5e5d12e2bc88e98c851b82fb61828dd6bdd9addfea378
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 6d2544c8394e864e4fe745392746c7ec9abe696a397c696cfa4d71f888fe60ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,802
Size: 1.00 vMB
Total Fees: 0.05989357 BTC
Feerates: 151.12 > 6.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (448,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,529 466,529 0000000000000000018cde2a12188fb1b42455af2739d1d451d6b60f49706090 2,180 1.00/1.00 vMB 167
466,528 466,528 0000000000000000000d9115f905c2de8898289eebdf4ae2f49e46377e61945a 2,372 1.00/1.00 vMB 177
466,527 466,527 000000000000000001aae302e5c3f0b931692d0f43891f52c605946b91d2c8dd 2,073 1.00/1.00 vMB 222
466,526 466,526 000000000000000000390abb4f526fa059053c53d6ff04dd52e2713a2934e960 1,921 1.00/1.00 vMB 171
466,525 466,525 00000000000000000172c7c48f8088efaf988fd693b23096fdaf8d108a7ee39c 2,467 1.00/1.00 vMB 253
466,524 466,524 0000000000000000009fca0980074ddab428b353dfe56f074f10df93f9bf6bc8 692 1.00/1.00 vMB 145
466,523 466,523 000000000000000001358e5dd3135e48a3f74139bad5d09cb26583eac5fbe09c 1,530 1.00/1.00 vMB 148
466,522 466,522 000000000000000000510934345a8d2af724565862bcb4ee512023ecce27fa61 2,513 1.00/1.00 vMB 158
466,521 466,521 0000000000000000013c4b751cca6fa0ebe20c5f5e92bae0d72e6c8242b0429e 1,993 1.00/1.00 vMB 182
466,520 466,520 0000000000000000004aa69f021b72bf0405655acb3301d6705e62bc470f5eb3 2,081 1.00/1.00 vMB 161
466,519 466,519 000000000000000000159897694d102eb2dbd9a7cab53a2a6e6ebaa112611ee0 1,574 1.00/1.00 vMB 158
466,518 466,518 000000000000000000eb33dd03a0bff15a4a4a2c1fda7b3a56f27f8855273c80 1,677 1.00/1.00 vMB 183
466,517 466,517 000000000000000000733d9cb6cea00504ad3ce2a88ed78e5580a4165995d421 1,319 1.00/1.00 vMB 169
466,516 466,516 000000000000000001c8f91493dbc50721fb52f01667941c5535523c7ad695a9 2,042 1.00/1.00 vMB 224
466,515 466,515 000000000000000000221e3dbbf79a29a86c17f56cffc180835e408fba0614b6 2,408 1.00/1.00 vMB 250
466,514 466,514 000000000000000001e3faa6af5238536244e1dee558dd1e51229a1a15955e2a 1,540 1.00/1.00 vMB 149
466,513 466,513 0000000000000000015e982463c967e1419784ef9da717344068bf7faaf9ab55 2,075 1.00/1.00 vMB 186
466,512 466,512 000000000000000001e9d919ef3571def0b7d2aba0a37e4df9fc3c51cce0000e 1,979 1.00/1.00 vMB 173
466,511 466,511 0000000000000000002630c657b118da66ab52c90a002c01357c829a1a8692a8 2,386 1.00/1.00 vMB 269
466,510 466,510 000000000000000000987492d028c77a6f7f6d3b1cf89a8990191d3ddc572f33 2,484 1.00/1.00 vMB 266
466,509 466,509 000000000000000001ce46a3683da539cfa656fc9edc05ccc6750ad8809191a1 2,785 1.00/1.00 vMB 329
Previous 10 blocks ↓
Total Size: 781.87 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: 643.30 GB
    • Received: 12.59 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.