Loading Tool

Explorer IconExplorer

Memory Pool

71,271 transactions
31.20 vMB
0.08390251 BTC
Random Selection Loading Transactions
Max Size: 178.82/200 MB

Candidate Block

Mining Attempt bd4b5fd2b0ce01a18625f13fc7e0fb73592aa89d0e422b1d4556ba0de6a0e2d7
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 734250328ecb3aa911cb065387de4df4dd348f9ff76b9f7523e2077124d68165
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,187
Size: 1.00 vMB
Total Fees: 0.02260722 BTC
Feerates: 150.93 > 2.27 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (272,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,986 641,986 0000000000000000000401a70f0552f15561922663210c0f4d8208f7054505bd 222 1.00/1.00 vMB 9
641,985 641,985 0000000000000000000ba43de605b33439efbda21875d439dac552e0fcaf473a 1,656 1.00/1.00 vMB 44
641,984 641,984 0000000000000000000a6d9d2413087df5ff834c1a33251100a9693edc2c107b 2,747 1.00/1.00 vMB 26
641,983 641,983 0000000000000000000acb04e7c542704660e61f16214dcbb1e2bf04fd1f5c16 2,898 1.00/1.00 vMB 125
641,982 641,982 0000000000000000000be0448f0b64cbb3442dc8ffd7f2acf05c556915828c9a 1,488 1.00/1.00 vMB 18
641,981 641,981 0000000000000000000dc62cea1f3f20acb342a00e4360a5d062fe73fd4ee4f1 2,360 1.00/1.00 vMB 43
641,980 641,980 00000000000000000002c3f62f575f0dbd11adf60e8470ea4b2e3abedf9725e2 2,257 1.00/1.00 vMB 69
641,979 641,979 00000000000000000006bc0dbaff999fb8c27e78087ef40221accf315e18dbe8 2,201 1.00/1.00 vMB 44
641,978 641,978 0000000000000000000c4977196bcce1e683bb65a4618a55d382257c602b73c3 2,625 1.00/1.00 vMB 157
641,977 641,977 0000000000000000000a9623001a31e6bc0c45bc8b97369ff9540e7973cf08cd 1,099 1.00/1.00 vMB 28
641,976 641,976 0000000000000000000f5551fea96968f283bff3b4d8062e6d1659bb583a94c2 1,587 1.00/1.00 vMB 38
641,975 641,975 000000000000000000102b0077388fd0a8ac4e54e2c249373235fea9c9c1405c 891 1.00/1.00 vMB 27
641,974 641,974 0000000000000000000569add6ee0be03bbb6837a72537e60c91cef1599b91dc 1,575 1.00/1.00 vMB 29
641,973 641,973 0000000000000000000fd892b68a8196184c63d0909f7ea6f4e32b6d7f9d1ffe 2,245 1.00/1.00 vMB 31
641,972 641,972 00000000000000000004f7ce069c6305e4c1841c44a4249b75283b5c1384c3ac 2,048 1.00/1.00 vMB 72
641,971 641,971 0000000000000000000c0d829d5ab8bb320cffb14b89d6fa88546753a7870cef 2,411 1.00/1.00 vMB 98
641,970 641,970 00000000000000000007898350381574cd3f5e1d2c55f77315f045a6ba50357c 1,858 1.00/1.00 vMB 71
641,969 641,969 000000000000000000098a46a5248d0e02fe945530422e2c5f0bb0a30c148896 2,045 1.00/1.00 vMB 50
641,968 641,968 0000000000000000000016286f7a94bf5530dcd7e3d23a938364e309b6e0d122 2,089 1.00/1.00 vMB 135
641,967 641,967 00000000000000000009b51d540cee6b3954312e59040e1ed79541411eb33e53 1,255 1.00/1.00 vMB 31
641,966 641,966 000000000000000000100d6cade6e9c03000bdaf53724e318b95edc6ef216ecb 351 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.29 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: 657.09 GB
    • Received: 14.48 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.