Loading Tool

Explorer IconExplorer

Memory Pool

54,393 transactions
32.10 vMB
0.14704935 BTC
Random Selection Loading Transactions
Max Size: 171.48/200 MB

Candidate Block

Mining Attempt 80530dcc5a208b8b30be9ef0089d5e06f99d37120a2aabb31f98fa551564c5a4
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root 9d026300ae51667f10d4d666458cd39744bbd4c1c69d10df3341f6ab549d22fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,152
Size: 1.00 vMB
Total Fees: 0.04624929 BTC
Feerates: 104.17 > 4.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (99,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,883 814,883 0000000000000000000199e2d434339386929f22848eec99795a73158f7f2e1f 1,808 1.00/1.00 vMB 13
814,882 814,882 0000000000000000000164dbb81fbea0a98f09eae1ff2a51493cb3a633523891 1,783 1.00/1.00 vMB 17
814,881 814,881 00000000000000000001e56c839e237d1a143dd9f6e65707b2ec95f538a9db99 3,749 1.00/1.00 vMB 24
814,880 814,880 000000000000000000033c7f4feb88c1cc5593c7c588877ac4d00c54cc55fee9 3,497 1.00/1.00 vMB 33
814,879 814,879 0000000000000000000365ff7535528e43b5c6793e840c2b2a0a38e1648c930f 2,964 1.00/1.00 vMB 12
814,878 814,878 0000000000000000000247fbf25cbe8f92c4df6c83a6473ce2fbabe54da03647 3,476 1.00/1.00 vMB 28
814,877 814,877 00000000000000000001e43a55d1b943c63311593536636d48e314477ba21639 3,411 1.00/1.00 vMB 20
814,876 814,876 000000000000000000022bd3a58ac40fa7f017ff1365d1d12b89cd3f168644f8 3,385 1.00/1.00 vMB 16
814,875 814,875 00000000000000000004141915a4d0c2639998028224b09522b1f5d57ea12a6d 2,938 1.00/1.00 vMB 29
814,874 814,874 00000000000000000004640673138d22342b8d5f24e95fdebc8f003d43289d73 3,263 1.00/1.00 vMB 22
814,873 814,873 00000000000000000002adeb823c9f94249a3624e34839d8ba5a7c7d456becc5 2,431 1.00/1.00 vMB 16
814,872 814,872 0000000000000000000221184cc216b3800c9f63754fbf4e7ed850b675eb93ff 4,155 1.00/1.00 vMB 15
814,871 814,871 000000000000000000021c6c9031e78db1437aa538bdac091a0f83a7c39093e1 3,421 1.00/1.00 vMB 23
814,870 814,870 000000000000000000024e46563b80ef2af32a605a04ff307ffba80fcbd9128c 2,631 1.00/1.00 vMB 17
814,869 814,869 0000000000000000000005e2e6d7e37dc1369bb8bba950fbc9c100ba350f9c1a 3,904 1.00/1.00 vMB 27
814,868 814,868 0000000000000000000223881363675dbb0ee21d31f734600818e1f8a1463f2a 3,258 1.00/1.00 vMB 17
814,867 814,867 000000000000000000005734b493b7225255b9a31fe07b4fdce9dca9b3d9168e 2,832 1.00/1.00 vMB 23
814,866 814,866 00000000000000000003b621da4995a55d071296f8f086f1677d685d290a0ea3 3,400 1.00/1.00 vMB 25
814,865 814,865 00000000000000000001a4cf842218eddfee1e6f684ac4d16ecaf23b1ef82316 3,758 1.00/1.00 vMB 25
814,864 814,864 00000000000000000000d43c2d18a6f1fd534fd04ab3feef9afdd2a6a13ff6cd 3,715 1.00/1.00 vMB 21
814,863 814,863 0000000000000000000138be9eab2b75108e7a4ea011ad8314afe056291d3a45 3,816 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 651.26 GB
    • Received: 13.51 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.