Loading Tool

Explorer IconExplorer

Memory Pool

12,622 transactions
4.77 vMB
0.03182765 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 28.42/200 MB

Candidate Block

Mining Attempt 8bfd7c3a26304c7bc0d751b9f3bf2fcb6278a5723dc1c7bf8ace93edffcda89f
Version 20000000
Previous Block 00000000000000000001d57f0bd9e71479695da906dd4d0ba7a9e2d1d8afa2a4
Merkle Root 64c313efdcce1988d992a62657af60a0e02a0fc9eeceffe871373071a7ca0ec9
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,448
Size: 1.00 vMB
Total Fees: 0.02486662 BTC
Median Feerate: 1.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,466 (694,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
219,117 219,117 00000000000003aa5b701b4453008b5789eef59b06e2a2a6b5e0b7b5d2cf2f80 127 0.05 vMB 14
219,116 219,116 000000000000004b9880e0d853ebce18da22f964a4c1331e92a415ccb2feff08 564 0.25 vMB 385
219,115 219,115 00000000000002957f9bf56a94edac5ecea1f858f99640ff7b556398148bdb92 612 0.25 vMB 358
219,114 219,114 00000000000000bfe69f20395e93cd486ae7442a8cf5fc1d7c36e7158e59f9bf 452 0.24 vMB 218
219,113 219,113 00000000000001e0da28d825af9661c9de4c72a0428089aefb56004df2f4218c 699 0.25 vMB 277
219,112 219,112 00000000000003bcb438232ed01970fa2971ec98e22fda194f89290f88379f49 152 0.08 vMB 107
219,111 219,111 00000000000001b061496da3b1457e01e48dc90423809c2ab256e7a3bcd0f891 617 0.25 vMB 291
219,110 219,110 000000000000034ed8bb2f82f1cc97def57c3fcfac0eda24ddec10ee11989dc1 732 0.25 vMB 433
219,109 219,109 00000000000005a0d5d426432c00b1918278722e9cd898bd377dff777c90be73 344 0.19 vMB 170
219,108 219,108 000000000000006f27536e998f6ba0e0ca3f302c3974d0930627ad6ddfeb2dd4 447 0.25 vMB 135
219,107 219,107 00000000000004149318dad24862f03749ffea26e3cfb7ce841caf37152343cc 829 0.25 vMB 518
219,106 219,106 000000000000010df9c5abff75c0439c31c29042c4f22051d6fab2badc29bd02 12 0.00 vMB 139
219,105 219,105 00000000000001af57f3d8b0b16ec6dc6fb5f537033a7bf5b294738592a845c9 124 0.05 vMB 141
219,104 219,104 00000000000003e82db466128ff3ee68672acb1388bb6ebff72cb9118c48258a 543 0.24 vMB 155
219,103 219,103 000000000000058f40f19c8ff5570b2ca4d4938765db20640e768d1146daa133 654 0.28 vMB 193
219,102 219,102 000000000000041b11ea071ad89f2651741c3be672c9b1104d0bbab06d561f22 309 0.25 vMB 138
219,101 219,101 0000000000000081791c15624944ad94556ec3330e4497d9a17b7c1e87f0a970 104 0.05 vMB 26
219,100 219,100 00000000000001af145fc663d03d7d369887845426c4757bd2cfb969581a67fa 778 0.25 vMB 290
219,099 219,099 000000000000056ff217520d3f15e0e3e90762a826ec6c39b4048b0ff643d533 395 0.24 vMB 155
219,098 219,098 0000000000000335cabce6e40b9edda706ce06ab4c0282003b74de03f41fcc24 711 0.26 vMB 246
219,097 219,097 000000000000013300213c3b9bd06332337704ca7c431322ff8cbe4cf1d9546b 326 0.16 vMB 93
Previous 10 blocks ↓
Total Size: 779.68 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: 323.30 GB
    • Received: 1.57 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.