Loading Tool

Explorer IconExplorer

Memory Pool

81,251 transactions
31.36 vMB
0.09760003 BTC
Random Selection Loading Transactions
Max Size: 189.50/200 MB

Candidate Block

Mining Attempt 707ca95ba07e9d67c514db3133ecb9f0a28f0a8e4d8508fb54bfe4d24f802996
Version 20000000
Previous Block 00000000000000000000ed17108ada750c30ae44d6a032cae868ae55c67ad635
Merkle Root 32e523d3f1a99e07fa8fe615f809f22af5b07c8f87179d244ad53684e4da84a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,945
Size: 1.00 vMB
Total Fees: 0.02850300 BTC
Feerates: 265.25 > 2.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,194 (51,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
864,057 864,057 00000000000000000000a4dacc4d9e0c888c241c1230c3debf57027df86c710e 2,882 1.00/1.00 vMB 5
864,056 864,056 00000000000000000000e3a74d52c9dd97d7a6a6532f3cc11205c2bbb1936156 3,198 1.00/1.00 vMB 5
864,055 864,055 000000000000000000015eb41df39c4b40c7ad5adae56b33de9b0a00a84fc55b 3,473 1.00/1.00 vMB 3
864,054 864,054 00000000000000000001a508c6a392a14ddc96b9279e532da7078ab1e6107f56 4,435 1.00/1.00 vMB 2
864,053 864,053 0000000000000000000037adc57642c1176ed782c1e09e2f71bb26a5cb00bf4b 5,427 1.00/1.00 vMB 3
864,052 864,052 00000000000000000001521101ccb485e37603d318afc7841437e25f80da1fd2 6,180 1.00/1.00 vMB 3
864,051 864,051 00000000000000000000cd69a577e93be86a988c415c29b4620a700e5c8e54ff 4,811 1.00/1.00 vMB 5
864,050 864,050 0000000000000000000021d928a4302bb2452ed1bc366af7834c6dfa1d8047b2 2,601 1.00/1.00 vMB 3
864,049 864,049 000000000000000000009a6e90950207cf40eb9947c4b49f9b2579acad132d5b 4,792 1.00/1.00 vMB 2
864,048 864,048 000000000000000000025825dba0d9dc238607b2c4852477a43a0c73bde2a17f 5,441 1.00/1.00 vMB 2
864,047 864,047 000000000000000000028acec18ad8b031f95b9c8d2dce25d9d58caf85810506 6,571 1.00/1.00 vMB 2
864,046 864,046 00000000000000000001933f77171421b6e24c983161e491453ccf924ef57cc6 4,120 1.00/1.00 vMB 2
864,045 864,045 000000000000000000030889ebe8badcff618d72ca7902d59c3a9ce9dafb91b4 4,117 1.00/1.00 vMB 2
864,044 864,044 000000000000000000000aea2e3940d0b49d65d56795cf1ac36fdfd43e740015 2,913 1.00/1.00 vMB 5
864,043 864,043 0000000000000000000276df05612969ab722d707804089a856f4a0271efc04b 2,835 1.00/1.00 vMB 3
864,042 864,042 00000000000000000002c88417f0a01674ac0f3d6ca97ef7c7cd0160d901c18b 2,711 1.00/1.00 vMB 4
864,041 864,041 00000000000000000000eb46faf68e6d4ad38ed1ee4ca0d4044eca6069709f04 3,962 1.00/1.00 vMB 2
864,040 864,040 00000000000000000001c6d045e3a705098ffff56bf170f90f56524ee0fdce12 1,811 1.00/1.00 vMB 2
864,039 864,039 0000000000000000000151cfb87ddae84b8988de1614b4fe77732bd9682bbe0a 2,244 1.00/1.00 vMB 4
864,038 864,038 0000000000000000000193bae8468fac2ed215b463bc74f62c681b32624d6983 2,115 1.00/1.00 vMB 2
864,037 864,037 00000000000000000001d5d3edd98dfede14b8663ea49bfff9348c33bdc41d69 2,843 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.73 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: 707.55 GB
    • Received: 16.69 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.