Loading Tool

Explorer IconExplorer

Memory Pool

84,728 transactions
31.81 vMB
0.16535978 BTC
Random Selection Loading Transactions
Max Size: 189.34/200 MB

Candidate Block

Mining Attempt 91553517998fb41eec4c9d1f6f56998308a8c277a917f1e82f73389828940fd2
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 3dfa5f9809bfb41d322cb2be4056348de7463e4fbda9ae91d97d30dd1448d244
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,066
Size: 1.00 vMB
Total Fees: 0.05222167 BTC
Feerates: 402.75 > 5.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (502,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,471 412,471 00000000000000000047821399c834e3da2695932a21faad168c1e183897650b 2,593 1.00/1.00 vMB 84
412,470 412,470 0000000000000000021db48fd661dc3c3c088d6cc9a8bfafc7a467d8b5d81221 1,017 1.00/1.00 vMB 70
412,469 412,469 0000000000000000056ef3151ae32aea084f7c80829231bb7a971188261cc377 1,762 0.75/1.00 vMB 52
412,468 412,468 00000000000000000534017d066b4154cb73cef41f9537c9d5925508eae9a1b9 571 1.00/1.00 vMB 18
412,467 412,467 00000000000000000171e97a9311f009ecfaf25ab894a960185955fe91dbce2c 1,599 1.00/1.00 vMB 36
412,466 412,466 00000000000000000534a8e0be1290a15c3f8fb8fec4ecff5b4de6a87b9277e6 705 1.00/1.00 vMB 20
412,465 412,465 00000000000000000248e2360ae839297f3f5e28eca22f5f3cbb94979cd3b107 1,882 1.00/1.00 vMB 46
412,464 412,464 0000000000000000024abf5ba6561697318d13e325a486e22484d77b391aedf5 427 1.00/1.00 vMB 21
412,463 412,463 00000000000000000078551f159605e15cf73bed0b2a810c8b645f5ea5515e96 2,595 1.00/1.00 vMB 57
412,462 412,462 0000000000000000036ac6b6f5fae7cf33c3d3dec701948151a9f660a05ba57d 1,561 1.00/1.00 vMB 34
412,461 412,461 000000000000000001f6a79daa236388ee4f6e1be1c3a2b3f915bb371337c32f 1,137 0.91/1.00 vMB 31
412,460 412,460 0000000000000000033d9ffb56df8293391cfeceeb458c10104f981ea61ba647 2,347 1.00/1.00 vMB 69
412,459 412,459 000000000000000001e81eaf116bff594059d39a65588dd3fc6cd36b013dcb87 891 1.00/1.00 vMB 17
412,458 412,458 0000000000000000022b5da0856dcfa421495db6d0c288f55e584829003e8b9d 2,417 1.00/1.00 vMB 48
412,457 412,457 0000000000000000056396f85f2a2afbaca53fa212eb8a1d87e82f391ba57050 2,593 1.00/1.00 vMB 62
412,456 412,456 0000000000000000018ea6c89e3e9117347ebe82e3eb8eb5336cca0f932f5682 2,295 1.00/1.00 vMB 35
412,455 412,455 00000000000000000438ef06fc033b58b4825a2a3cd10cac33931fe58392c75e 2,487 1.00/1.00 vMB 42
412,454 412,454 0000000000000000029472bcc2d3e195e6055aec4463070a10251f02be9a7187 2,916 1.00/1.00 vMB 73
412,453 412,453 000000000000000002e820314b6fb5ec92494e17ddb1a4d22ea8312d54c41efe 1,994 0.75/1.00 vMB 97
412,452 412,452 000000000000000001a5371faac8e4eeb1d6447666b693b44d34b7d39510a2d9 572 1.00/1.00 vMB 14
412,451 412,451 00000000000000000250a6b5ce3a2810eff82e1f9b8149c4fa7a215e730be6e7 1,330 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.