Loading Tool

Explorer IconExplorer

Memory Pool

23,480 transactions
11.67 vMB
0.03841389 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.65/200 MB

Candidate Block

Mining Attempt acbe36936cb9821b0b22b56224953140597f1cfad101cab31a85e79e9dbc0eb6
Version 20000000
Previous Block 00000000000000000000e302f3878319182556fceedbb9bd50b83b87694db006
Merkle Root 7a5a4bc5f7f7068d7f0007e3ced23b4e7a2d09845238d584f3da7962737beeea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,832
Size: 0.997905 1.00 vMB
Total Fees: 0.01918704 BTC
Feerates: 503.57 > 1.92 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,669 (661,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
252,010 252,010 000000000000000cb20d8e475d40defd7e1ef15fd4b718312211a41282b8a64c 722 0.35/1.00 vMB 88
252,009 252,009 000000000000002979a5ab5f18df3597873c52329a31bbe5c42665208886eb4e 277 0.13/1.00 vMB 124
252,008 252,008 000000000000000c118baab79f08ba7457f6aa2e241f4e4bb32236c8293a1fe1 104 0.04/1.00 vMB 92
252,007 252,007 00000000000000516941e0b4b624d1ba71d63cf4e53f78b4d76af41ffb7aaab2 436 0.22/1.00 vMB 108
252,006 252,006 000000000000003e2c9675843e3237f38a689c838dc9a3f89dcfb795cea1db02 202 0.09/1.00 vMB 110
252,005 252,005 000000000000003054d414f2a522ce1457f7572609a6c064100a1ea7e8ee643d 515 0.20/1.00 vMB 137
252,004 252,004 000000000000002c236525826449f2e22f13349fab047968609bd7ef3c96dba2 4 0.00/1.00 vMB 0
252,003 252,003 0000000000000017e10c5bc68c06dda6493cdd61d531b9b8b4666c0b2213ca6f 199 0.09/1.00 vMB 93
252,002 252,002 0000000000000009fc6f0ad23dd5abdf88f04efe4a77affb895c4236f368e960 238 0.16/1.00 vMB 115
252,001 252,001 000000000000001ce1ddfafb3d2d71c7be37dc51a069f6fd3835ed5d0bd3cc3c 274 0.11/1.00 vMB 127
252,000 252,000 00000000000000200e99940b296ded4ce16462bba1950453b29abf313ba7cc47 183 0.07/1.00 vMB 129
251,999 251,999 000000000000004f6a191a3261274735292bc30a1f79f23a143e4ee7dd2f64c1 193 0.09/1.00 vMB 138
251,998 251,998 00000000000000566259e1118358d8f93635057669326a681899eb51e83fe759 51 0.02/1.00 vMB 76
251,997 251,997 000000000000004276bd68f81170300b314ea5f3e3596af2f4f997608ed82f7f 1 0.00/1.00 vMB 0
251,996 251,996 0000000000000001fb25f9167ecefd5bb6e76b04e0d264610f93f47f42a93956 33 0.03/1.00 vMB 45
251,995 251,995 0000000000000041df0e2d90d9eb1a73b744163c92a0b9b4092839b8837ec911 240 0.11/1.00 vMB 125
251,994 251,994 000000000000006bf8a9939e62ce8c00787f1719bf34747b42aa0afcdd7fa5fc 110 0.05/1.00 vMB 89
251,993 251,993 000000000000002b22bc8f0022bddb63ce4fb7bd04ca4111447d56c13e99246c 464 0.23/1.00 vMB 117
251,992 251,992 00000000000000020a9e2616727e0ea624bea00526bf8dc538b92db0d06ccbf4 42 0.02/1.00 vMB 68
251,991 251,991 000000000000000bcd724f83d8009de1f7c2d95339e3d886cf08643808a03225 70 0.02/1.00 vMB 127
251,990 251,990 00000000000000102fc8ba7503a104d3794a848db45a15c7f54b62861eb3344a 127 0.05/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 780.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 484.12 GB
    • Received: 3.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.