Loading Tool

Explorer IconExplorer

Memory Pool

79,108 transactions
29.63 vMB
0.10682581 BTC
Random Selection Loading Transactions
Max Size: 178.31/200 MB

Candidate Block

Mining Attempt 013d36372f72e20bfe6d211cf302696d030651e4b09a22bf57c44a3130f2baa9
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 9e53f585f9bd440d228c37dc7c580978d7e20644ccc0fadd33e5f96575143cff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,558
Size: 1.00 vMB
Total Fees: 0.04132416 BTC
Feerates: 164.34 > 4.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (335,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,988 579,988 000000000000000000011db6066295963933da92a7f138572ed7c28e5b641f14 2,830 1.00/1.00 vMB 133
579,987 579,987 0000000000000000001096103b65c3b5bb8fd1fb1dd04064b7eef53bf5e30321 3,009 1.00/1.00 vMB 63
579,986 579,986 0000000000000000001887fa49926a230e7f80e4373fb5aecc2c814d42dd3866 2,872 1.00/1.00 vMB 41
579,985 579,985 00000000000000000012c415a1dbe2f3fbcf29353f2b2ceea1ddb2fa63a90bf3 2,553 1.00/1.00 vMB 73
579,984 579,984 00000000000000000009b0c22becb0a1bae812ac94ceb72b9bd8e37ffc0de518 2,749 1.00/1.00 vMB 114
579,983 579,983 0000000000000000001a2481c09219acbc193b3a727bad82f1617a86543ca434 811 0.27/1.00 vMB 31
579,982 579,982 0000000000000000000794ed178ee0c8ae664c46234a105245a5528e66ee73c4 2,939 1.00/1.00 vMB 24
579,981 579,981 0000000000000000001e8c4ade74b68a45a1a99be97903394db9c4c19f8b9604 2,811 1.00/1.00 vMB 79
579,980 579,980 0000000000000000001e93f53b5418161810aeedf721139d60e3e8933f977ceb 2,109 1.00/1.00 vMB 5
579,979 579,979 00000000000000000013303d25b7b5f24f15f9b938257395b7338a029601fd3c 2,697 1.00/1.00 vMB 46
579,978 579,978 00000000000000000002272dc009e2fb72b5a8a85930d355c309dc8fc6370d14 2,611 1.00/1.00 vMB 95
579,977 579,977 0000000000000000001f1a6f9299b607f93c12633eae0c80c0b6965480359f5c 3,231 1.00/1.00 vMB 53
579,976 579,976 000000000000000000117cf0bc283ec4ca1d0cb531f656c5cc396ea436d04339 2,710 1.00/1.00 vMB 64
579,975 579,975 000000000000000000204310982158d8d8ee7a5e30ff32eea87236e6c438a7b7 2,157 1.00/1.00 vMB 32
579,974 579,974 000000000000000000131272b454fe3a45e8c9f39e71854d91b198089e57c2f3 2,236 1.00/1.00 vMB 62
579,973 579,973 00000000000000000016faed9a0b9c4937b6ae6a097ebde23668da1f0fa47bcf 1,508 1.00/1.00 vMB 79
579,972 579,972 0000000000000000000c090c512452cd151e76568148a4b21be41c6ba75acef9 2,878 1.00/1.00 vMB 127
579,971 579,971 00000000000000000017304437cd653a0e30bff93b3fad1f49877aa1f52ceb8e 3,050 1.00/1.00 vMB 93
579,970 579,970 0000000000000000000685d73184474459ff5e9ef16e5d2f54340f462533a78f 259 0.09/1.00 vMB 85
579,969 579,969 00000000000000000005f15589d214054e455185666e3e001743b4384cd33452 1,367 1.00/1.00 vMB 9
579,968 579,968 0000000000000000000e1233c5c3d65b4b198bce449d5cc4d2099d2a4c8dcf51 2,255 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.