Loading Tool

Explorer IconExplorer

Memory Pool

52,904 transactions
31.42 vMB
0.17990078 BTC
Random Selection Loading Transactions
Max Size: 168.77/200 MB

Candidate Block

Mining Attempt 4a34b0707c93683f7f26bf2dccd9db1a7f8e3d98f5cb9760a5bbffa08d1f3e0b
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 1aa3c9369befd0a31c851bec4343f45e13491f2446ec1eb86641d7ad34b470a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,304
Size: 1.00 vMB
Total Fees: 0.09542743 BTC
Feerates: 477.45 > 9.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (423,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,904 490,904 000000000000000000724e288e1a3885fece72e2e5f347292394e102d988717e 2,767 1.00/1.00 vMB 111
490,903 490,903 000000000000000000ae554fba17dff2e2f95d4091e07eeaf6f87257f3407068 2,090 1.00/1.00 vMB 155
490,902 490,902 000000000000000000a0cb3e19e362df5585e3edadeca7a8ab53ff8ea3b7473c 2,962 1.00/1.00 vMB 91
490,901 490,901 000000000000000000b4aebaeee4b0c002e2987af738041385c1d023597fc831 2,077 1.00/1.00 vMB 125
490,900 490,900 000000000000000000866efd57e483fb83ab20c23b3870fd8cf45e5c1fcb7102 2,423 1.00/1.00 vMB 192
490,899 490,899 0000000000000000003fa73ffd06f767ba705ac3551636d01fbb3e0bcf3a852b 2,424 1.00/1.00 vMB 142
490,898 490,898 0000000000000000009ededaadc3267fa0662e1f4cfc086d2119fd7175d14321 2,639 1.00/1.00 vMB 184
490,897 490,897 0000000000000000008083485684de2ea7f381231b32600330d5658da41d8d34 2,731 1.00/1.00 vMB 113
490,896 490,896 0000000000000000004512cf223195e125512874b08a7f8a5ebd757ed21e9183 2,303 0.95/1.00 vMB 181
490,895 490,895 000000000000000000121818afc500facdc8a8dda8959f399daab0638f89c92d 2,811 1.00/1.00 vMB 65
490,894 490,894 00000000000000000019d18aed2d52d50b4396870595d11fd5805a8aeb1237bb 2,348 1.00/1.00 vMB 66
490,893 490,893 0000000000000000004d2442780ac3dc7f7e92ca8e5ebe18d669de24abc9b941 2,347 1.00/1.00 vMB 137
490,892 490,892 00000000000000000051fed3afa7f0ef7869f26c3bb5240495aaaa09ffefb44e 1,452 1.00/1.00 vMB 269
490,891 490,891 000000000000000000db06a7f5802acfd54ae6d60953902e47e2f121934e3b1f 2,360 1.00/1.00 vMB 77
490,890 490,890 0000000000000000007a346dfb659675bb43287c41f6ce5f29740e4ca751b85e 2,484 1.00/1.00 vMB 76
490,889 490,889 000000000000000000bef5f77df0df8919e6d676608c05fe997b841e9d19ed8d 2,732 0.88/1.00 vMB 106
490,888 490,888 00000000000000000014981d0ad687b4ce5f91aba1f469999e764e0112daba3e 2,706 1.00/1.00 vMB 111
490,887 490,887 0000000000000000004d403871461363ac8175eeb478f327831cf500ff2989bc 1,612 0.88/1.00 vMB 101
490,886 490,886 0000000000000000007214def31a47d7aba4eae41608ea37cd69c8a253e0a8c1 2,290 0.91/1.00 vMB 161
490,885 490,885 0000000000000000000f7de08875d3695728027e1bb27bafadb1dbeaa4aaebc1 2,324 1.00/1.00 vMB 166
490,884 490,884 000000000000000000500b4dc81cd450a1549ac52239a33f93226900be405e43 2,148 1.00/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 782.08 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: 651.32 GB
    • Received: 13.54 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.