Loading Tool

Explorer IconExplorer

Memory Pool

12,685 transactions
4.64 vMB
0.01975059 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 28.14/200 MB

Candidate Block

Mining Attempt e468a79ae527cc2e6d1c2e27d5df8433128c2d9625682baa5e9425f776a8747e
Version 20000000
Previous Block 00000000000000000000e387c939cc0147c7753eb341ef82d4d5b49a20fa70e4
Merkle Root 00513789d86f85b6bd55bdcfd9cd9bc7c328666b03afe79e0c378ad4428ce6f3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,014
Size: 1.00 vMB
Total Fees: 0.01325074 BTC
Median Feerate: 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,467 (564,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
349,130 349,130 000000000000000007eee235fa52a13c4c655c2003de9b1711c01c4222621ee8 256 0.09 vMB 45
349,129 349,129 0000000000000000126d23b0e39689d2ee492a6570b1d077de2c0e385564a8c3 224 0.11 vMB 25
349,128 349,128 00000000000000000ad8a6257c68c6395b7e8c38ee7369516565912408840db1 583 0.27 vMB 28
349,127 349,127 000000000000000004a7d4abed91041e8d14261ee07c55ee4dc481c3a3584a0a 652 0.36 vMB 27
349,126 349,126 00000000000000000fca27fa7f5d3e611613a367c005f2c93ae78d0e10825153 671 0.42 vMB 143
349,125 349,125 00000000000000001554cb38350212277f9525e9a0df3418cfd86efe7a2c178f 275 0.14 vMB 25
349,124 349,124 0000000000000000169820c32ab65ba3852835a2a72b86f3a6506109c398bc4f 228 0.11 vMB 23
349,123 349,123 00000000000000001529b81e171c94e3e2b742434f67e1c2b70c9c7e9eeaaf7d 803 0.46 vMB 25
349,122 349,122 00000000000000000e9be9336f8423c8939ede20f5b020f20431164f2c073a76 616 0.29 vMB 26
349,121 349,121 00000000000000000ab84e2902d53bc35afbeaac203a95035bd511d84a9ab8e3 115 0.06 vMB 23
349,120 349,120 000000000000000012ae2cea1a60704d0aeed47ff9b05badd46fbf2d74962865 1,740 0.82 vMB 25
349,119 349,119 0000000000000000068daea636c08bf8bc32e02ce241b2eda3af2453aef4956f 802 0.50 vMB 226
349,118 349,118 000000000000000001e856ad8dd48ca464f332203f2139afed5c99e74709f8c4 70 0.03 vMB 17
349,117 349,117 000000000000000011413db44f27203ca096a695cae7ec790f53ad44be35e9e0 468 0.25 vMB 33
349,116 349,116 000000000000000006233738b5d556128527e5e3dcda2a0a59ed11df607757f7 73 0.03 vMB 36
349,115 349,115 000000000000000011a8087d331bc7ecbec1579f7d381feb6115d0d193e018a2 277 0.14 vMB 28
349,114 349,114 00000000000000000828ccf1d208044144c57ebdbac76367082ce9b82c8a8ef5 109 0.06 vMB 24
349,113 349,113 000000000000000010f165a58e92006c914e5c586187826bd3d921be3fddd695 689 0.37 vMB 26
349,112 349,112 00000000000000000df0b2c528c8cf4adfedbf7078e05b6ed2f3f3df24255e0a 715 0.39 vMB 25
349,111 349,111 000000000000000007923f4d6a3b56a3b4ae7e3aef097dca442599e83a49fea6 733 0.63 vMB 18
349,110 349,110 00000000000000000b7e1b34c2ea37e0332bb6e23ac8662e4b2489a4420b0165 47 0.18 vMB 3
Previous 10 blocks ↓
Total Size: 779.68 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 11
  • Data Transfer:
    • Sent: 324.56 GB
    • Received: 1.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.