Loading Tool

Explorer IconExplorer

Memory Pool

79,492 transactions
29.52 vMB
0.09250607 BTC
Random Selection Loading Transactions
Max Size: 178.60/200 MB

Candidate Block

Mining Attempt 55adcdd769939678c8e37e24c384efb7e43819040a5c8d2d9251beedf3b204d5
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 5f5d835c4685a1d715dab3f5d85bbbb99036ac8a2b2491b0621557b7b4c4db7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,797
Size: 1.00 vMB
Total Fees: 0.03046399 BTC
Feerates: 301.60 > 3.05 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (357,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,417 557,417 00000000000000000030aaa1f64ce64e7fad4445aa654031de9f8fc777829467 2,517 1.00/1.00 vMB 23
557,416 557,416 0000000000000000000025d1a02a3b3a45b43946438e329f0aeb4e103c1213ac 1,334 0.50/1.00 vMB 10
557,415 557,415 000000000000000000037fb8b5b05787887a6391eb667c814db52c40aa302563 755 0.30/1.00 vMB 10
557,414 557,414 0000000000000000002659edab8f150232dd0fab00e5c31167a00a30a9747b90 1,475 0.69/1.00 vMB 11
557,413 557,413 0000000000000000002129f026cf20f76e5aff6d9db89b8bd33b244493f5d249 804 0.40/1.00 vMB 12
557,412 557,412 00000000000000000000fec7681c37c2d04d0d276b52e2f741a0dcdf430136bf 2,754 1.00/1.00 vMB 20
557,411 557,411 0000000000000000002d3e1656d8082a20a3ccde7f46bd64f57693bc358f5a9a 1,004 0.83/1.00 vMB 1
557,410 557,410 00000000000000000023befb6d5a5bc58cad5495b432be5b62551b2bdf3f4f7c 2,786 1.00/1.00 vMB 17
557,409 557,409 0000000000000000000a8e529ddf362428475eb6cccdca083979b620cbdf50f6 1,804 1.00/1.00 vMB 8
557,408 557,408 00000000000000000022443c5e78e8182e3fbf002e1ee0c904c68aef2a6dad25 1,733 1.00/1.00 vMB 5
557,407 557,407 0000000000000000001a307e4218809d79173ddc0bd111806c6314e9401b2c31 2,794 1.00/1.00 vMB 26
557,406 557,406 0000000000000000000f67beae92426d09d18c0e7e40cd22d6b5749c63d2537d 2,576 1.00/1.00 vMB 10
557,405 557,405 0000000000000000002204eefdc8c0e9abb3c6ec06b7a9bf8cc84b51993e2815 3,064 1.00/1.00 vMB 45
557,404 557,404 0000000000000000001f22120bf9fc524b5f39d9c05b7d71f0615da2c9b49c54 3,101 1.00/1.00 vMB 20
557,403 557,403 00000000000000000004a6b7264082af3ef167db17a0566856f02b3ae43e08e7 606 0.22/1.00 vMB 13
557,402 557,402 0000000000000000001f05347a516aff7c133b2ff64ea376c3da9985fa15e183 2,498 0.89/1.00 vMB 10
557,401 557,401 00000000000000000011ba82343a23c6837409f32d315611b50719298466d771 1,131 0.63/1.00 vMB 2
557,400 557,400 0000000000000000000fb63d3c2963256d063e27444828ace2acf5dcf35adb96 2,895 1.00/1.00 vMB 17
557,399 557,399 00000000000000000030b6c372eb7285d74084ed438bd3724ab1033975471b6e 49 0.05/1.00 vMB 31
557,398 557,398 000000000000000000155c67414027f9d50fe50200342188d147262f25cfe6f1 1,639 0.67/1.00 vMB 16
557,397 557,397 0000000000000000000a785bed2d295d1dac90a1805fdadb9623b40280e40328 2,792 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.