Loading Tool

Explorer IconExplorer

Memory Pool

80,714 transactions
30.47 vMB
0.08878468 BTC
Random Selection Loading Transactions
Max Size: 186.01/200 MB

Candidate Block

Mining Attempt 6f680dc333682373ade545e4f04178ed5c23470048b28ee3d1300af0f7f0b856
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root ea14f9bd4c48060df64d95d16ddf222db3f6fe3282427491ea230fef83d22308
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,409
Size: 1.00 vMB
Total Fees: 0.01956498 BTC
Feerates: 151.00 > 1.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (481,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,912 433,912 0000000000000000034709d8edd8dc00621536696a1c8999d94f22df8a2f9f83 2,178 1.00/1.00 vMB 79
433,911 433,911 0000000000000000040d13f92f82173b79a7deac447d901a5aae8f7cd0aace73 2,469 1.00/1.00 vMB 64
433,910 433,910 000000000000000001b8a80f00f4454b486b24e8422fac7d28b2673b23549dbf 2,864 1.00/1.00 vMB 79
433,909 433,909 000000000000000002ceb7e7a4e30f29b3945d10a20a7be0fb77c36645b37725 2,505 1.00/1.00 vMB 73
433,908 433,908 0000000000000000020627a9f9864b68cd49bbfc79f948e804cd35a892464b1c 2,632 1.00/1.00 vMB 86
433,907 433,907 0000000000000000012ddaffd1c94a20b53b6ea8ef55f7949495fd25bd1f4921 1,912 1.00/1.00 vMB 40
433,906 433,906 00000000000000000111945990df122fb6fe01f78f08b0aa87f8f008b6bcc8f8 2,468 1.00/1.00 vMB 69
433,905 433,905 00000000000000000396ecb965ad345d0efed4d4528185462b8853224c5330d1 1,834 1.00/1.00 vMB 58
433,904 433,904 0000000000000000041e9283a90f149e590f3a635e5c4854c1edc2e67891a6b0 2,412 1.00/1.00 vMB 68
433,903 433,903 000000000000000001337dc6f457efa8fedafd43e9455fa32d23439c1cb0d621 2,637 1.00/1.00 vMB 82
433,902 433,902 000000000000000000bb7ee9a3d3c94b0162457af7b4f16f8060a7dc13988d44 2,190 0.93/1.00 vMB 83
433,901 433,901 000000000000000000e1456a794d921b27eb786cd54018dfc98942bceeb18005 2,067 1.00/1.00 vMB 61
433,900 433,900 00000000000000000291a5c3ef208b29a7dec8f26f54241ad95080dc30203ea9 2,239 1.00/1.00 vMB 61
433,899 433,899 000000000000000002de56e3a906f9c0ffe9276bcf90f1515b8bf2b6d2c94e61 2,417 1.00/1.00 vMB 88
433,898 433,898 00000000000000000014467a48a74e8c9b9384dee1fc5d6d1a6b693eccbdc509 1,360 0.91/1.00 vMB 58
433,897 433,897 000000000000000003c3d5feb65092af2a81f7f95f3b3fe91f99660a736ec9b1 2,061 1.00/1.00 vMB 61
433,896 433,896 00000000000000000324062bab875589b86296618b478329ef12fbd511234b97 2,209 1.00/1.00 vMB 81
433,895 433,895 000000000000000002afef633530137768cff35c695f9033ec0849a84107460f 2,110 1.00/1.00 vMB 51
433,894 433,894 0000000000000000022d22f5ce6145e825ef96bf4ef1da70f44d90e87114d84f 2,177 1.00/1.00 vMB 75
433,893 433,893 000000000000000003440ec77ca1d908a0f38180df0320a58aad43849c8640fe 2,410 1.00/1.00 vMB 55
433,892 433,892 000000000000000001f9efa1bc3140ba150f1b5785e11f756aed4e735ddd5cb1 2,664 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 783.07 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: 720.89 GB
    • Received: 18.29 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.