Loading Tool

Explorer IconExplorer

Memory Pool

74,611 transactions
28.70 vMB
0.08232461 BTC
Random Selection Loading Transactions
Max Size: 170.06/200 MB

Candidate Block

Mining Attempt ffa150d0cb681ddf2e43d560a49e4d21118d9887823e5a176712ae1273235c39
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root e58910634f3b4f6691119cc4917b63dde9259c85d31fd6722d5eb763056d41c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,054
Size: 1.00 vMB
Total Fees: 0.02432789 BTC
Feerates: 150.93 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (115,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
799,280 799,280 00000000000000000001a0938568695f9b6cacaaa0aee55c9218a03524a42721 2,947 1.00/1.00 vMB 18
799,279 799,279 000000000000000000035435491d50cca2f6fab453214d1d352b5e0d168d1849 1,946 1.00/1.00 vMB 17
799,278 799,278 000000000000000000018387c50988ec705a95d6f765b206b6629971e6978879 5,044 1.00/1.00 vMB 11
799,277 799,277 00000000000000000001c479fce744a1b8c590c314e1789db2dd61da4c065700 6,569 1.00/1.00 vMB 6
799,276 799,276 0000000000000000000386aec6ab5218f1cf840971563e113a74e3b51453cbcb 6,229 1.00/1.00 vMB 7
799,275 799,275 000000000000000000030499403addc21e3d9d597346ce3ef08146263a2b56fc 6,014 1.00/1.00 vMB 6
799,274 799,274 00000000000000000004f15c4e094784253ef012e65e584dcf7c160efab5d694 3,436 1.00/1.00 vMB 18
799,273 799,273 0000000000000000000491376ce2a8b97d520530dda675b4aea110dece927b61 3,827 1.00/1.00 vMB 13
799,272 799,272 00000000000000000002e2bef6574db7517485ec8509c47feaf7c4c83c135eeb 3,246 1.00/1.00 vMB 7
799,271 799,271 000000000000000000017ad8a0ae4372800f365820d38a9d879ee29b3ba169f3 3,146 1.00/1.00 vMB 11
799,270 799,270 00000000000000000002db3236242c2b643e01aaf30c9c33bcce42d75c135385 1,630 1.00/1.00 vMB 11
799,269 799,269 00000000000000000003deb35a491fdc7f2635e083bd1d6e3909d9f1db4cc762 3,246 1.00/1.00 vMB 18
799,268 799,268 000000000000000000002ffaad9b5d566489b9549a8a8b74a1b36cc3835bdc7c 1,843 1.00/1.00 vMB 9
799,267 799,267 0000000000000000000328964349a0d7ebbbadb6019da445613e42d678debb74 2,859 1.00/1.00 vMB 9
799,266 799,266 000000000000000000027cb45af23bef32fd0c3bfe783a3a89e148d559eca4c1 1,629 1.00/1.00 vMB 6
799,265 799,265 00000000000000000001583e03f63d7db52f3a0e3d030c7012de8411305cbfe5 2,041 1.00/1.00 vMB 12
799,264 799,264 000000000000000000037ef0746b5a8cdd13d542d3bca47e5a6126c5b7a1e6b7 2,341 1.00/1.00 vMB 14
799,263 799,263 000000000000000000024fe9c27eae2efc712be52f6e561f0b6f0d126071a731 997 1.00/1.00 vMB 12
799,262 799,262 00000000000000000003bc1e8f6beb8e74d3ee8ccd2a608269969130b4ac2301 2,694 1.00/1.00 vMB 22
799,261 799,261 00000000000000000000daef6cd180e2b266dcb1607f2e55ef3d11c391c43be5 3,571 1.00/1.00 vMB 15
799,260 799,260 0000000000000000000048b73825817f1d0323db2ea70479d6bd40f1def6b6d9 1,692 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.