Loading Tool

Explorer IconExplorer

Memory Pool

74,623 transactions
20.42 vMB
0.05587971 BTC
Random Selection Loading Transactions
Max Size: 136.70/200 MB

Candidate Block

Mining Attempt 804cfaaa0f95f0bfb47b0b1f6b62ea58ab5bcb5e1b05c446cde844c3a32b2cd3
Version 20000000
Previous Block 00000000000000000001ae82612e8aaff57a65843595d248ce964a665c61b525
Merkle Root 1a31ad2186365b34fed6cc713244046d44d0298e5bebe68c13e625648151e85c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,013
Size: 1.00 vMB
Total Fees: 0.01130466 BTC
Feerates: 150.92 > 1.13 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,976 (834,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
81,548 81,548 000000000004b750f56dc4d78dfa8b3e53796450917e223b90bea4edff9304ec 1 0.00/1.00 vMB 0
81,547 81,547 00000000002f50c300a6156960b48dbd8b987a5024d4b5c418516850398d02a6 1 0.00/1.00 vMB 0
81,546 81,546 00000000001b86b33225b81e5aa14bc4b4d359a0d875df4d4bfe7c62fc52c781 5 0.00/1.00 vMB 0
81,545 81,545 000000000031cebbef2c0096eb9aa1c3750770481556da409ba08ccd987c1de0 4 0.00/1.00 vMB 0
81,544 81,544 0000000000026ac49fc622fe4103f7c41a1390e5274bd09fa383c8511eb2920c 7 0.00/1.00 vMB 0
81,543 81,543 000000000039336c71061c29a64342a438622260363d6477cf7d9e4e21dbad47 2 0.00/1.00 vMB 0
81,542 81,542 00000000002bf5de0a1cbf00f165da4c0c2b5d9a3d20cbe9478103af90410fd5 3 0.00/1.00 vMB 0
81,541 81,541 00000000001586b4a65ffdb1a3e1f2dc98f3fb7f99a38f6d7bd8ceacfab4e08e 1 0.00/1.00 vMB 0
81,540 81,540 000000000014e7086b597c41b1a3cc0e9c9e9300bd05faf28436833afb710d4c 4 0.00/1.00 vMB 0
81,539 81,539 00000000000e26d6e45a074c2ea8b7a540b9031d7780ec68696773595041ee70 1 0.00/1.00 vMB 0
81,538 81,538 000000000009cbcaf4af0386f6588e1026c213b018942649c5dbeae5b2e0108c 5 0.00/1.00 vMB 0
81,537 81,537 000000000007f9d2114f07f5b5f2afcdf7653264add06262e892abda4cbaccae 1 0.00/1.00 vMB 0
81,536 81,536 0000000000373408dece944c55c96750015c4afc27e5c00180ba007286169b25 1 0.00/1.00 vMB 0
81,535 81,535 000000000030f89d95c18a7bbb79a4d2cd53199d8a6cad80158c67e9be961d05 3 0.00/1.00 vMB 0
81,534 81,534 00000000000495c4f5abd694d84f4fcfafdf186238b3aeb72522b4f77f31dc51 2 0.00/1.00 vMB 0
81,533 81,533 00000000001fa65689a24e04113e3406be74af03a629d0232cc5c40d7b41cb38 2 0.00/1.00 vMB 0
81,532 81,532 00000000001b412fd927da3d1c834de799c299423cb10fc7691d09ef4bce9a65 6 0.00/1.00 vMB 0
81,531 81,531 00000000000e6e1f620b5d6ca4478c251d28e73300ef2052691273c532fb204a 1 0.00/1.00 vMB 0
81,530 81,530 00000000001d88d1b4068c3c6ecc82032f78e82affe925ccc5e94da990e83703 1 0.00/1.00 vMB 0
81,529 81,529 0000000000295c7ef1ad0b026796545982e9998c5106cc68c00ee4d90afe3752 1 0.00/1.00 vMB 0
81,528 81,528 00000000003ce24be71452dede6391a6e306885f7dbd66c8fe0dabdc94877831 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.08 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 806.20 GB
    • Received: 23.04 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.