Loading Tool

Explorer IconExplorer

Memory Pool

43,613 transactions
27.02 vMB
0.05635335 BTC
Random Selection Loading Transactions
Max Size: 142.48/200 MB

Candidate Block

Mining Attempt 7988b207711b7620dedfd58093a5d409b4ee2a9f3b3f714dc42c0743b584d109
Version 20000000
Previous Block 000000000000000000001260ba24b1c90e21ac7ae42fa5287b1c1450592fa5bb
Merkle Root 4a32e817d3cb3401d6c0a9e641f80832d54d4f53c15354b00a6f4c99e348fa42
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,072
Size: 1.00 vMB
Total Fees: 0.00593220 BTC
Feerates: 40.21 > 0.59 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,914 (429,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,216 485,216 0000000000000000010c9b614ce75f4fa1fb742d89502c5b1c6451d85251b81f 1,923 0.99/1.00 vMB 116
485,215 485,215 000000000000000000bd3e2cba26466d0fa4f1612c1ab8202fc4e3a0c954a8a3 2,135 0.98/1.00 vMB 146
485,214 485,214 00000000000000000018623d79a930f7ac7fff128f24de76f9f9bb6fb853efee 1,882 1.00/1.00 vMB 183
485,213 485,213 0000000000000000004c81f7778fa3de797a3d860095159c1ac54237d4a28f43 1,987 1.00/1.00 vMB 124
485,212 485,212 000000000000000000763b1ab9633fd72f47bd3a1d8835f9d6b136337ab11e38 1,997 0.98/1.00 vMB 119
485,211 485,211 00000000000000000114a4e22ffbdcd96864d53fe27c89065fbaa97ad5a09b28 1,946 1.00/1.00 vMB 82
485,210 485,210 000000000000000001183330017264fc4dd277906ac57ca43720a18271aec98f 2,282 1.00/1.00 vMB 127
485,209 485,209 0000000000000000012c50a70b0eb44a3842d624eb405529751291c54185f256 1,635 1.00/1.00 vMB 132
485,208 485,208 0000000000000000003a36db718bd6af3e902284093c9a647bc5dc5deb8ad79c 1,150 1.00/1.00 vMB 116
485,207 485,207 0000000000000000000ced79a6aef50aba13ca5845a51a3c37d166f0a6049c2f 986 1.00/1.00 vMB 109
485,206 485,206 000000000000000000cfffbd931dccae973dd5a38085b6d88ac826c2e20ac44b 2,166 0.99/1.00 vMB 192
485,205 485,205 000000000000000001247a60338f48dff568797979bbad0257c39f03631007f0 2,113 1.00/1.00 vMB 212
485,204 485,204 0000000000000000002e848ed9fcac91db99d06245cd4059be2070f767166620 949 0.34/1.00 vMB 12
485,203 485,203 0000000000000000006a08a2189a003345077da7e35e80ea98d81c33e28d7e12 1,041 0.59/1.00 vMB 106
485,202 485,202 000000000000000000e0a2979509ac8eacf743f9d7aeb8b8c6d85954017a544a 229 0.15/1.00 vMB 20
485,201 485,201 0000000000000000003debabb0baa156970f7aa2609014f24ea202df8858f6b1 2,310 1.00/1.00 vMB 81
485,200 485,200 00000000000000000113268beed79096aa6b7b73e76b392d79a3f5270e3d2089 1,662 1.00/1.00 vMB 59
485,199 485,199 0000000000000000012a2d0fe9bb2507bbcf569cd355ba96cc054cd56fb2e9ec 2,223 1.00/1.00 vMB 143
485,198 485,198 000000000000000000f9ecdb015f3b37df105d71628bdaa6af26e7a4912c8516 1,970 1.00/1.00 vMB 29
485,197 485,197 000000000000000000f1627b2f0691984aa34efb5d62f004196f66462a3a717e 1,941 1.00/1.00 vMB 59
485,196 485,196 00000000000000000090e2c1913de3516b9996b0b82a5ad81942d5684d4c86d8 899 0.52/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.24 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: 655.06 GB
    • Received: 14.25 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.