Loading Tool

Explorer IconExplorer

Memory Pool

80,405 transactions
30.15 vMB
0.12378731 BTC
Random Selection Loading Transactions
Max Size: 180.89/200 MB

Candidate Block

Mining Attempt 5ab3f26165f637817609a860140e3c891cb100a984d0554495a4b4afb9530922
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 1e00c9f3f17b9bdca35f16397597766b51b3d99d47344c349034cf0ea3f33a57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,257
Size: 1.00 vMB
Total Fees: 0.05485600 BTC
Feerates: 150.86 > 5.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (390,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
524,826 524,826 0000000000000000000d75715a943ac72cf02cb270d60ea085b99e5e6a93b5c2 626 0.26/1.00 vMB 9
524,825 524,825 00000000000000000035502e2794b6d111ba9d8fa51729556198b4a553ae8604 2,352 1.00/1.00 vMB 6
524,824 524,824 0000000000000000001793adae7e0e722c5e3b85b01b9a4c2e87c8a68df5fb43 2,942 1.00/1.00 vMB 18
524,823 524,823 00000000000000000034b142c051039558c5eb7d50d98229a8030ec9e3e89e18 1,843 1.00/1.00 vMB 42
524,822 524,822 0000000000000000002b9ee323dfdeed5c049b7c2718b8d09516a0e68a1c989f 2,709 1.00/1.00 vMB 36
524,821 524,821 00000000000000000014b317947b9b51abc64ff6b0131652207731b4bd60506f 2,560 1.00/1.00 vMB 45
524,820 524,820 000000000000000000130b9afe1f634cb8279e2d8041e6adc7b84d4ee1078209 2,257 1.00/1.00 vMB 36
524,819 524,819 000000000000000000039433d4393f038a27a8b54cfaf4ada7129bf6e54faeb3 2,152 1.00/1.00 vMB 32
524,818 524,818 0000000000000000001b2b2a97cce112890518cb4a53b9a983c5e485a94187fe 537 0.24/1.00 vMB 20
524,817 524,817 00000000000000000028b366e3f6d065693eee44410756515f3f5e942c8b0198 2,094 0.91/1.00 vMB 16
524,816 524,816 0000000000000000000cfd08411c96bf172e90392a6afad86639ad3fde91b588 2,190 1.00/1.00 vMB 5
524,815 524,815 0000000000000000002a51bfdb1fffd14ad242f513a6c9846f561beeb078a589 566 0.24/1.00 vMB 17
524,814 524,814 0000000000000000002f464a2da19ca014b770d4830eff450a718dcba1477c4f 2,888 1.00/1.00 vMB 19
524,813 524,813 000000000000000000378eb0ada8173401f44ce9baf162b41e9db1b2cf24b70e 1,742 1.00/1.00 vMB 15
524,812 524,812 0000000000000000002dfdbd5314f5efd8e663302520eb33a00f25c2279f12ef 1,261 1.00/1.00 vMB 30
524,811 524,811 00000000000000000006e2f8acbcf569f1c432d9eb888a160458e5b30bc63e15 812 1.00/1.00 vMB 67
524,810 524,810 0000000000000000003831ed0dc884eaff3f598b613b40d26bc2cfa4c56807a3 2,293 1.00/1.00 vMB 9
524,809 524,809 00000000000000000032a02a046eb9f4bd3d55105c8603a5a686c96c7bbc65ad 2,467 1.00/1.00 vMB 45
524,808 524,808 000000000000000000142b01ee0fc7076fb9fd8d8e27d294879a3505aac1bf8e 58 0.02/1.00 vMB 23
524,807 524,807 00000000000000000020f9b64ef90c1803a5c5887ec24411df7480619427a92d 561 0.22/1.00 vMB 19
524,806 524,806 0000000000000000001d2c6452395dbced6ce81462dbb1d52af4715e0603815d 358 0.10/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.57 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: 671.23 GB
    • Received: 15.88 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.