Loading Tool

Explorer IconExplorer

Memory Pool

40,636 transactions
19.93 vMB
0.05808344 BTC
Random Selection Loading Transactions
Max Size: 110.97/200 MB

Candidate Block

Mining Attempt 3049165958dfcb9afbc7cc02471c842ac9f84013783fd271708dd7c4bb60410d
Version 20000000
Previous Block 00000000000000000000ea084d8a6bfd9b36619151e0eb6e8789650fb6c7d699
Merkle Root e7df2611c8629fa60fc691ba7cb1467e18654b2d1fe0ab1c9011ed2bc6e59b5c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,799
Size: 1.00 vMB
Total Fees: 0.01907276 BTC
Feerates: 196.04 > 1.91 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,075 (761,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
152,829 152,829 0000000000000048a9fddb00c69e07e769a98efd7850d0fc9568a796568b02cb 48 0.01/1.00 vMB 7
152,828 152,828 00000000000002161852133050eaf81b7f97169a53fbda2c63ad2f10ecc73d74 1 0.00/1.00 vMB 0
152,827 152,827 00000000000000701757fa2aec23a9688d75536d05203827972804363dd9f9ee 35 0.02/1.00 vMB 100
152,826 152,826 00000000000001d8c580aaf81e5b71f17bcffc12124121091fc4a5966ba167b4 63 0.02/1.00 vMB 262
152,825 152,825 0000000000000b1376770e5cae69531ebac4e15099e581ade7a5d5ad68982908 71 0.02/1.00 vMB 64
152,824 152,824 00000000000004fc67ac49d47755e4a0e82124f07dc672c60979f345edcc269a 18 0.01/1.00 vMB 61
152,823 152,823 0000000000000df06432a3191523055bf996fed481a1f848fb59b1c8cdc5e8dc 29 0.01/1.00 vMB 40
152,822 152,822 000000000000044e5bce0921876c61f44b9c4724d66fc34ffa28e23f37083e75 7 0.00/1.00 vMB 19
152,821 152,821 0000000000000a3b2e07560b00937941476f7a9944efa4031e6e0cb86a6c8a51 9 0.00/1.00 vMB 31
152,820 152,820 00000000000007f303c4a8c998bcdd399b7a34aab6f18393e4a8f9f38a881880 13 0.01/1.00 vMB 36
152,819 152,819 00000000000005ec0d8a4fd61ac7b1a95f49d83a22a73f76f83b785d586393d3 50 0.01/1.00 vMB 0
152,818 152,818 00000000000005aa4620e8b07f6654933110a7bd27757a6e4d7726072bb289e6 18 0.00/1.00 vMB 65
152,817 152,817 00000000000004cba0276bb8cefe45b165bd8b5a6248276e427aca1837b4b049 80 0.02/1.00 vMB 163
152,816 152,816 0000000000000d42215c6f064a99e6bd9e31e01fa0dc744edfd5e205304c1f5f 58 0.02/1.00 vMB 81
152,815 152,815 00000000000003b40a5ddcf318fe3b622c29a6d4a7bb121281bd75ca845cf199 10 0.00/1.00 vMB 306
152,814 152,814 00000000000006521043a2a02ce66f6c04615ec5e6c2f251fb3a59400c7673dd 15 0.00/1.00 vMB 100
152,813 152,813 00000000000006b9d2b9a5e602a9adcad207a43f4c35b80de4ca0e3c5a4282fe 4 0.00/1.00 vMB 0
152,812 152,812 0000000000000cbbf1d708eb9c2d003a2b24fd6b575635550e2bf9a65dfa4a09 4 0.00/1.00 vMB 67
152,811 152,811 00000000000000289bf826eb22ad4e2456b535ba9e3c68e57cd477d4d82dd82b 29 0.01/1.00 vMB 34
152,810 152,810 00000000000006951fa12f5b4d36798d5661ec4378e035619e18ef198ff2694d 15 0.00/1.00 vMB 30
152,809 152,809 00000000000002487e8c3ca080a6dbe5e42563e8fc03fdc2099414c66a73eb6b 34 0.01/1.00 vMB 225
Previous 10 blocks ↓
Total Size: 780.73 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: 555.60 GB
    • Received: 6.91 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.