Loading Tool

Explorer IconExplorer

Memory Pool

33,216 transactions
28.02 vMB
0.06099722 BTC
Random Selection Loading Transactions
Max Size: 138.73/200 MB

Candidate Block

Mining Attempt acadf5da20f7f89284ddfe9476998d09e5d78a9810b464fa4b69690bdc6402b5
Version 20000000
Previous Block 000000000000000000004e4a0cd99092da9a80120adf6e0206d92201d13ffe85
Merkle Root 9ae4ce0639005b2c1a22a11e1270f8b1d4ed7118692047a275bf991362685c10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,270
Size: 1.00 vMB
Total Fees: 0.00722333 BTC
Feerates: 33.23 > 0.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,521 (324,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,342 590,342 00000000000000000007f87cedef894425c9f2b28e3e07dbe94304535735ecca 1,920 0.68/1.00 vMB 18
590,341 590,341 0000000000000000000c2d2c070abdb6b509b785e288f720081ba779fad51564 3,069 1.00/1.00 vMB 33
590,340 590,340 0000000000000000000eadb2dee2c8ccc35f10a358a50ddb22b98c9ce6aeead1 1,978 1.00/1.00 vMB 26
590,339 590,339 000000000000000000049a99ea11c567e295b4fe33e2b2f1c2568a532805af9b 3,015 1.00/1.00 vMB 63
590,338 590,338 00000000000000000019a9e92f7031214fc8d3ff688cf2cfa6075540c4d4d1b5 733 0.27/1.00 vMB 34
590,337 590,337 00000000000000000003d029fa1c01ca3b030c0c77edf0d7609259921362e99d 1,260 0.46/1.00 vMB 33
590,336 590,336 000000000000000000063a6c9d5352a69417cb5f1c8945caf25272a51d8090f8 453 0.15/1.00 vMB 27
590,335 590,335 0000000000000000000cdc9071530c0915d9854d994946f2c7143345e020c82e 929 0.53/1.00 vMB 20
590,334 590,334 00000000000000000006b5ad52078d5fb735239cff5deb69b344c83dfd6e1b53 61 0.02/1.00 vMB 16
590,333 590,333 00000000000000000019cc8e1e1fa589560f402285fc6417b7fce68007a980eb 2,481 0.86/1.00 vMB 41
590,332 590,332 0000000000000000001726486775e189e54038299487e689a2c1b37ab1f3613e 114 0.05/1.00 vMB 54
590,331 590,331 00000000000000000013869382b79f068df4b50c4879ac88deba2c45120a00c0 728 0.24/1.00 vMB 8
590,330 590,330 00000000000000000005f116f24e68bfd584053edbdbbba3e69a76cac8dad894 2,941 1.00/1.00 vMB 26
590,329 590,329 0000000000000000000dd8daa77b85794e3916ea5f9095f27e6b64118401636e 2,914 1.00/1.00 vMB 32
590,328 590,328 0000000000000000000d4a37ffd4ab813ea2df0691891d960d7a04d2c098a400 2,900 1.00/1.00 vMB 52
590,327 590,327 00000000000000000009019bc87a8b58334a37f7277d90173dad26c5b1191983 3,061 1.00/1.00 vMB 24
590,326 590,326 00000000000000000019380ea589c74ba6f18c198b97ffa0ce4849ad4626e624 3,041 1.00/1.00 vMB 49
590,325 590,325 0000000000000000000ae0726257b644f33ea19445b5d3b31ab18e45a31c7cfe 2,271 1.00/1.00 vMB 56
590,324 590,324 0000000000000000000192f567b70eaeae9b80945d2a86f42f5587b22ee9e478 2,646 1.00/1.00 vMB 47
590,323 590,323 00000000000000000007da20419df6b2ea97cb7fc0ceac8f63ec6e02eb9e8511 2,510 1.00/1.00 vMB 79
590,322 590,322 00000000000000000018038c276fa38e9d4a0f1c60986b6281f4d0fc3f9b2e2d 3,052 0.89/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 615.11 GB
    • Received: 11.16 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.