Loading Tool

Explorer IconExplorer

Memory Pool

73,829 transactions
28.88 vMB
0.07101413 BTC
Random Selection Loading Transactions
Max Size: 174.87/200 MB

Candidate Block

Mining Attempt a17e0207fe93f5a5a240012023eb4b1876f2388aa40d811fb775c3f334a7ef22
Version 20000000
Previous Block 00000000000000000001de95a124532fb5b79f73499f42c91953c61275ccc598
Merkle Root 620ebe738a850c4f0e86af184305e17faeab462087d3492779e81dee786e9aae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,065
Size: 1.00 vMB
Total Fees: 0.00720481 BTC
Feerates: 73.20 > 0.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,429 (788,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,982 126,982 0000000000000ba53235903141145d952c912964864f2c86c171d95ac705bbcc 42 0.02/1.00 vMB 773
126,981 126,981 0000000000000c0e900a938a8d44d5222663db993465daa5db14b8aec21d4dae 86 0.03/1.00 vMB 147
126,980 126,980 0000000000000a6ef7c0cd8f31b186197c01cc2cf0a3085c89495a8fea109189 34 0.01/1.00 vMB 1,988
126,979 126,979 00000000000016e18b3087cd793b881516917b3c7528c2499ebb5fc10f209ffc 16 0.01/1.00 vMB 823
126,978 126,978 0000000000002a74425d4a5a0ad33e1a833b2bbfbf3d6c5dc72d63077ebcd32e 28 0.02/1.00 vMB 459
126,977 126,977 00000000000037eb1e73bbb946edd81a373af851794588864fb6a0e3dae11ad9 3 0.00/1.00 vMB 0
126,976 126,976 0000000000001e5917abd5cb7cdf653de5c73dec04a42db7b0beb9d1bf2e6fa3 21 0.01/1.00 vMB 828
126,975 126,975 0000000000003bf396061ace4526f39cf4aa489e338214cdeb61fbde2b5ad362 10 0.00/1.00 vMB 1,333
126,974 126,974 000000000000384bfa4eb717f42d1590b76bef09a2fc0d4dd0f8150e3b081d9f 22 0.01/1.00 vMB 1,079
126,973 126,973 000000000000418a55f2cfbce6eb37f25131c30bd886f9e899547feb180fcb39 72 0.02/1.00 vMB 1,772
126,972 126,972 0000000000003d92c47a83a97c01574c05b520c3a8e82ffd0ca8724551b7bddd 27 0.01/1.00 vMB 441
126,971 126,971 000000000000223155307aa858aa8848853f0392e77f4c24d7d37c6c272227d4 12 0.00/1.00 vMB 823
126,970 126,970 000000000000400f796bf449330c33a620a856b66c63c3ad287796d9250f7a58 3 0.00/1.00 vMB 475
126,969 126,969 00000000000024293d9eb34f1a216da6d7c4d96ab11dd3226633ada9f2b41f7e 15 0.00/1.00 vMB 51
126,968 126,968 0000000000000fd53d2a324b1f43274a37a4a98a9dd73763467984bfeb16d00d 26 0.01/1.00 vMB 979
126,967 126,967 0000000000000c6a697d7c09e50b25558d2f36fd772e16cc64f547a2abd64da7 12 0.00/1.00 vMB 52
126,966 126,966 00000000000021e02787912e449bce65b91b9c63c48f76635ce5c0dbca7fbb92 18 0.00/1.00 vMB 830
126,965 126,965 00000000000020a7a3d010c113dc971d992fab8a68c79a5e34197075baf4f0c6 31 0.01/1.00 vMB 1,004
126,964 126,964 0000000000002aa69dd6d0d9a70e105bc20b86ed0e779404f46f8b0245fbf973 58 0.02/1.00 vMB 334
126,963 126,963 00000000000041657147ee72f8deb15e4b077a81eeb81f43a12fde8d2db8c910 19 0.01/1.00 vMB 872
126,962 126,962 00000000000031796f92144e0d80321f3e16b341ac0205e961a416d32063bd9f 13 0.00/1.00 vMB 1,284
Previous 10 blocks ↓
Total Size: 783.13 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: 741.75 GB
    • Received: 18.64 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.