Loading Tool

Explorer IconExplorer

Memory Pool

29,721 transactions
26.21 vMB
0.03430075 BTC
Random Selection Loading Transactions
Max Size: 143.15/200 MB

Candidate Block

Mining Attempt 926f16bace3a321db3a35e45dfba5e5d65daec6b3c9c2854db9a37165d3eeb62
Version 20000000
Previous Block 0000000000000000000152899a459beaa6cf1525f96cb36f737847f10512c379
Merkle Root 492d31a0c8ae86c90c3beaf53b6acecbd1b9c1e8cfb7ba1b5b62ca1e99212c70
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,090
Size: 1.00 vMB
Total Fees: 0.00507366 BTC
Feerates: 30.16 > 0.51 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,105 (39 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,066 940,066 00000000000000000001b0ac7b775512188bb95c40fef12bdf1ced0b9cb1f81e 4,488 1.00/1.00 vMB 0
940,065 940,065 00000000000000000000d530672d62e6adf0d14e68972957c3f980c8f042b1cd 2,742 1.00/1.00 vMB 2
940,064 940,064 000000000000000000009cf3b3e3fab8d8b0f747191b1d39f32e20b7f69dbe5d 3,902 1.00/1.00 vMB 0
940,063 940,063 00000000000000000000ed1bb84726fd0460fe6bddbfc466f224d2fa6c2bd37e 3,305 1.00/1.00 vMB 1
940,062 940,062 000000000000000000016daf0c0753c681631b3deb82afa8aa6891dd54ef4e65 3,700 1.00/1.00 vMB 0
940,061 940,061 000000000000000000007a55abe6867ec2f47750696d3347d22a8fc49a92c0c9 1,572 0.64/1.00 vMB 2
940,060 940,060 00000000000000000000c920fe6f06254fdeaa6ab89f1135ccda75830618d099 4,516 1.00/1.00 vMB 0
940,059 940,059 000000000000000000019ba757f25057910898cc1552ede40fc397acefea1283 1,309 0.46/1.00 vMB 2
940,058 940,058 0000000000000000000078bad28917aad9d906bae0f8779005d5018bc1e3474c 1,708 0.69/1.00 vMB 3
940,057 940,057 000000000000000000014b6d3e5bcd65204bdf91b4b7c6157120cd922f44bff0 1,930 0.66/1.00 vMB 3
940,056 940,056 000000000000000000008aa844a1baad92269b92faa7a0aa72dee95d861930fa 149 0.04/1.00 vMB 2
940,055 940,055 00000000000000000000d053cc8f0b24de67392e8ba0d2642b7d9348a87000be 822 0.35/1.00 vMB 1
940,054 940,054 00000000000000000000c1fd7fb1ecdc899804bc49d34bce31203a58572850b8 1,671 0.61/1.00 vMB 2
940,053 940,053 0000000000000000000085f500c141c21006ca0d0ac66a66bacc324588034e23 3,180 1.00/1.00 vMB 1
940,052 940,052 000000000000000000006279f8b0b96009aa0169bae3b1f6d4102c95fd63cf29 3,593 1.00/1.00 vMB 4
940,051 940,051 00000000000000000000d46310ef2e62e8222d16f0702c6313e55479795f539d 3,428 1.00/1.00 vMB 3
940,050 940,050 00000000000000000000d1ddcc2824a3c85d8a0d5cef9d9e5a09985193d080a5 936 0.31/1.00 vMB 1
940,049 940,049 0000000000000000000047165da42176a38d8a47ae3e80dc017a56503965e935 3,131 1.00/1.00 vMB 3
940,048 940,048 0000000000000000000115d2712ef2cc279f7ab9604c1ef8516e8bef390b1206 2,422 1.00/1.00 vMB 0
940,047 940,047 00000000000000000001eab5bc5efd9717b7eb902216e211999d3b9bcd90dfab 3,278 1.00/1.00 vMB 2
940,046 940,046 00000000000000000001cba17bf22494c06545ee92b5177a14b2497e163dd5d4 2,795 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 826.91 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: 4,437.04 GB
    • Received: 240.31 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.