Loading Tool

Explorer IconExplorer

Memory Pool

51,176 transactions
30.56 vMB
0.08744115 BTC
Random Selection Loading Transactions
Max Size: 164.14/200 MB

Candidate Block

Mining Attempt e15ebbd2b61fefd3731bc499e164b83aa7b40310d7334d1eb8e3bb38a7fd4702
Version 20000000
Previous Block 00000000000000000000fe6e83d1a3f483eb4c5d100e280790c42e8733167c10
Merkle Root 8397dae4eeef444091472158d321d02a7c372e233367f0d52c5e681c11478c97
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,671
Size: 1.00 vMB
Total Fees: 0.01800656 BTC
Feerates: 58.92 > 1.80 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,828 (65,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
849,094 849,094 00000000000000000002c84e73891a68a1f01af1b6fdf817f8d6ceedc90afb14 7,806 1.00/1.00 vMB 8
849,093 849,093 00000000000000000002391f25928d2798f5fc9ebff311941eccbd383e9834d1 6,822 1.00/1.00 vMB 9
849,092 849,092 00000000000000000000e108c5175b8a904d5a75ed3e30041db6425603034707 6,405 1.00/1.00 vMB 10
849,091 849,091 0000000000000000000252d8b0b4c3a5e97b0ff5bc9adae3892cacb3abddf765 1,661 1.00/1.00 vMB 15
849,090 849,090 00000000000000000001f4d21d1a5d7735bdaf0004522e5ff81b4e6d2daf13c5 4,210 1.00/1.00 vMB 11
849,089 849,089 0000000000000000000143f2b16c524a32240968b8bd2808d93e0eb7ae6498fa 1,245 1.00/1.00 vMB 11
849,088 849,088 000000000000000000003ef7df1b25b26213e83460f46dd92da5c7629e03a3b2 2,125 1.00/1.00 vMB 10
849,087 849,087 00000000000000000000537af5218a4c23fcb6b6ab4263f81c7f64fe341c30c7 6,248 1.00/1.00 vMB 10
849,086 849,086 000000000000000000021771e939800cd5491abeab1eb858619325548457f29b 962 1.00/1.00 vMB 9
849,085 849,085 00000000000000000001f7cf58ba60ea5d5a0f0a02c8783cbe688398cc38bcd8 2,713 1.00/1.00 vMB 16
849,084 849,084 00000000000000000002748dfcacd3af87b45f68bba9c7b2848da3470bc83495 2,838 1.00/1.00 vMB 15
849,083 849,083 00000000000000000000ea3fce37ad44af8c8428e5a8ff19ba309a6cd5a89060 1,672 1.00/1.00 vMB 10
849,082 849,082 00000000000000000002ac664e39140e31dbe522fb9c465d65cd094c7f15a7cc 1,704 1.00/1.00 vMB 10
849,081 849,081 0000000000000000000080c50675f78297e8f3065fc6db1efcd9434c4eda3bbc 2,941 1.00/1.00 vMB 15
849,080 849,080 0000000000000000000347e898178eedd180285a179707cfcab1109641691ea6 5,406 1.00/1.00 vMB 17
849,079 849,079 0000000000000000000282a13227e73a3cead59ccc863a1d8f79667ce2c112c9 3,876 1.00/1.00 vMB 13
849,078 849,078 000000000000000000019ebbabe959d90f0a256abc10248dcae389b31aa3c771 4,736 1.00/1.00 vMB 14
849,077 849,077 000000000000000000018e379c0c757133848ba24b22b5b752c6a5df3af60e37 5,568 1.00/1.00 vMB 19
849,076 849,076 00000000000000000000423450a5b0243a1ee216b50ce7155a85b056d0dc7ae1 5,372 1.00/1.00 vMB 24
849,075 849,075 0000000000000000000303b54ad0969292e142343e0e551f9d04575ec47bbdde 4,746 1.00/1.00 vMB 24
849,074 849,074 0000000000000000000199bbbbb8be602a8e8208d0681d95da5918f4123c12eb 5,292 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.09 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.45 GB
    • Received: 13.58 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.