Loading Tool

Explorer IconExplorer

Memory Pool

73,541 transactions
28.31 vMB
0.07517370 BTC
Random Selection Loading Transactions
Max Size: 167.53/200 MB

Candidate Block

Mining Attempt 29cd64cc494410f41bbcae3009590f9249fb74b525383b77cf7b843b830dde86
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 0553f4874326950c6d5cf5c023c1d3c13ecae2f224d04aa143409d57847478f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,729
Size: 1.00 vMB
Total Fees: 0.01850582 BTC
Feerates: 150.86 > 1.85 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (533,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
381,111 381,111 0000000000000000038e5f00e815095b1309f4baa1434c37fd770a99edba0fce 126 0.25/1.00 vMB 9
381,110 381,110 000000000000000000f8b28a78d2f35c053b5250e887c5bbc3e0b5368457ef4c 555 0.47/1.00 vMB 25
381,109 381,109 00000000000000000282dbcb9fa8dba6c3bda2a261d24f660aecd07385fc61b5 766 0.35/1.00 vMB 47
381,108 381,108 0000000000000000067512c0d609eda2193ff89c8e206d7ebeae0fc5c4dda628 1,656 0.98/1.00 vMB 36
381,107 381,107 0000000000000000118bebec8af9ff1d4d8f51f688886207771df50efae52244 745 0.37/1.00 vMB 37
381,106 381,106 0000000000000000011b227cd228779769b8d33cbbf8b63298a2c9d03fa68ff2 1,064 1.00/1.00 vMB 26
381,105 381,105 00000000000000000890da52faa9a20db946e1fb5a11df4a2376c233351c1671 983 0.55/1.00 vMB 38
381,104 381,104 00000000000000001128690a3d5d5a27b9df932f573fde019a3a15b1bc8b8218 1,529 1.00/1.00 vMB 35
381,103 381,103 000000000000000010cdc063ebbcef97fc8dad101c20a35175e074da1a8f1006 615 1.00/1.00 vMB 16
381,102 381,102 000000000000000009b688fe13647e1fe14b5dd4a2ff5a352b1bc03f2abe9e57 1,256 0.95/1.00 vMB 30
381,101 381,101 000000000000000005d04f6ab4b7c6ab328cfcf24d077f7346421afd18b0ff2c 1,382 1.00/1.00 vMB 19
381,100 381,100 0000000000000000110af88c5fa83630714c52c5b0992435e2059ec936a68468 1,128 1.00/1.00 vMB 40
381,099 381,099 000000000000000008149a09d7d52cb045a6c5019f00dca373685945328fa0db 2,819 0.93/1.00 vMB 74
381,098 381,098 00000000000000000ad5a83ec827ad397f124bf9153195176135d157b722a6ec 1 0.00/1.00 vMB 0
381,097 381,097 00000000000000000e6ece4fc432504d89fc694c64783e3a72d2e4cdbd5bdc37 2,204 0.95/1.00 vMB 48
381,096 381,096 0000000000000000117ce0f3e7483b6d9d87bdbe3d6411080430d9509215bb23 1,180 0.75/1.00 vMB 32
381,095 381,095 000000000000000010e6e8b59808f94ec7cb7a4ae2c30eb55436a78aa81cee12 362 0.19/1.00 vMB 30
381,094 381,094 00000000000000000c4a116f8ef37fcf440b4e81cc9af3a30508f81eac70f8ca 1,325 0.62/1.00 vMB 44
381,093 381,093 0000000000000000063c21d18f1e23fc23a392a9f0af25e34c7c064482dc89f0 622 0.36/1.00 vMB 35
381,092 381,092 0000000000000000017301c9e7b2a95eff66cc8cdbaef78340b86aaae3e071ae 459 0.32/1.00 vMB 20
381,091 381,091 000000000000000006cae68facca7defb50575365e65aab9161a6923b2e25e39 1,924 0.75/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.45 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: 666.82 GB
    • Received: 15.22 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.