Loading Tool

Explorer IconExplorer

Memory Pool

83,883 transactions
31.91 vMB
0.08613844 BTC
Random Selection Loading Transactions
Max Size: 194.06/200 MB

Candidate Block

Mining Attempt 6febde87d29866d918d2328f2976b1486898047ad318dd6b6716366d7f9b1c47
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root 90c4d34069772e78c4a63d05fbd16d411cc69acc80fffced2b72e8bf07ee6598
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,297
Size: 1.00 vMB
Total Fees: 0.01657095 BTC
Feerates: 40.21 > 1.66 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (91,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,898 823,898 00000000000000000000e3f1062df829b0a738baa140c59abbedc7968c4d8c45 3,867 1.00/1.00 vMB 107
823,897 823,897 00000000000000000002263cbc9b5d0cd757640ee95369339fe082a62fa5ce2c 3,543 1.00/1.00 vMB 120
823,896 823,896 000000000000000000035db8e1fbb861f30e781640c90fd350be85c72fce3f8a 3,349 1.00/1.00 vMB 176
823,895 823,895 00000000000000000001b1ff8181bdc4fca433ad9f84822f2cd11e274657c6e5 3,372 1.00/1.00 vMB 129
823,894 823,894 0000000000000000000066ad102cab364315d8957bbdb0da1e7e5b609efed7f8 3,530 1.00/1.00 vMB 120
823,893 823,893 00000000000000000002bbcf108fb96e27df2d4c089c8691cfb87a163a0022bb 3,351 1.00/1.00 vMB 156
823,892 823,892 00000000000000000002d92bcd23f00c341d3e39fc727c844530a218b62eaa42 3,622 1.00/1.00 vMB 143
823,891 823,891 000000000000000000035e1c030fc5fce54e13c56f4f5dbcee77fee760c71ad0 3,570 1.00/1.00 vMB 170
823,890 823,890 0000000000000000000270dc4e4642cefb1bf99545bcc909f58568adf89c65e9 3,173 1.00/1.00 vMB 179
823,889 823,889 00000000000000000001e06729ff46286a4f9eb4ccdd15c30b5acdc28b70c38c 1,798 1.00/1.00 vMB 94
823,888 823,888 00000000000000000000d7449f06ad004cba7528c04a4a46c2cb63ee5d502b4e 3,726 1.00/1.00 vMB 125
823,887 823,887 0000000000000000000219dcdf9ddcbca4c5f82ca552e990f18c59d3cec54084 3,229 1.00/1.00 vMB 175
823,886 823,886 00000000000000000000cf61ae38f26ad07d4d6a76b244eb1cfd83417071ebb4 5,834 1.00/1.00 vMB 90
823,885 823,885 000000000000000000032717e00a97cbb9fa3cb7412190f7f1f61f324642eb21 4,157 1.00/1.00 vMB 121
823,884 823,884 0000000000000000000017595c98db21f34e2f7c8f62c5f4062d2e5caa22ecd4 5,323 1.00/1.00 vMB 86
823,883 823,883 000000000000000000019ae2c351d9ecd04be402e5e308e834e3afbf0233bf7c 4,370 1.00/1.00 vMB 90
823,882 823,882 000000000000000000009444c31da48b85c18431a11efe384c5fad98e8252070 4,707 1.00/1.00 vMB 112
823,881 823,881 000000000000000000021978c67e798f355e8a6e0cf7215612d9fce470f503f2 5,062 1.00/1.00 vMB 98
823,880 823,880 00000000000000000003a809069df4a04e9ebf876e8a95996d36bac59807fa35 5,391 1.00/1.00 vMB 94
823,879 823,879 0000000000000000000242bbcaa1f6314a74409bb0299a54d14cf82993434baf 3,236 1.00/1.00 vMB 132
823,878 823,878 0000000000000000000330704888f23fbea637a67474bc26d80cb136e375680e 4,008 1.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 782.75 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: 708.87 GB
    • Received: 16.78 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.