Loading Tool

Explorer IconExplorer

Memory Pool

80,796 transactions
29.79 vMB
0.09428098 BTC
Random Selection Loading Transactions
Max Size: 180.75/200 MB

Candidate Block

Mining Attempt 4e20fb527fb7f71d658686bfcfa8da70040a2ca75e55c9fb0c710275921ef563
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root c29c4d198ed79da947cdc7465d722cb65ca43dc07181ef334507361c9ee42575
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,936
Size: 1.00 vMB
Total Fees: 0.02702372 BTC
Feerates: 90.00 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (280,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,012 635,012 0000000000000000001074f6c196d12d1773dd9f165a2b6a3571504add630289 2,573 1.00/1.00 vMB 36
635,011 635,011 000000000000000000052828971cf24e7b346f1ad5c20e08924ae2be3e8e7a04 2,860 1.00/1.00 vMB 55
635,010 635,010 0000000000000000000cdcd92552a3971fc46cf451fe8e0df56af95d2fbe4585 2,969 1.00/1.00 vMB 37
635,009 635,009 00000000000000000004f59fedbe4ebbb462d134ae28c3acda4b53ec664ccc10 2,569 1.00/1.00 vMB 38
635,008 635,008 00000000000000000012b0b0531a7de4ab02da571f8f6c3d0377078728749907 1,632 1.00/1.00 vMB 39
635,007 635,007 000000000000000000027c2c34891fa6c1d94a8c7c4f745006c2a084f19eaa50 2,390 1.00/1.00 vMB 43
635,006 635,006 0000000000000000000afcde7a75493e729ea96d2ebb8a046211737fcd581235 2,924 1.00/1.00 vMB 48
635,005 635,005 0000000000000000000e3edc063bf5ddc94edf937c50c2a8b69e31b382d820c5 3,029 1.00/1.00 vMB 49
635,004 635,004 00000000000000000010e7bc5b5d1664acd2ddbeb199be23e7dfe19a8d4341dc 2,709 1.00/1.00 vMB 37
635,003 635,003 00000000000000000010ce8adb9d43b791147927091d83c469488580f6fd0d6b 2,527 1.00/1.00 vMB 43
635,002 635,002 0000000000000000000626cbe8633e363016a9851746319c002aa9bc1cf08c92 2,256 1.00/1.00 vMB 46
635,001 635,001 0000000000000000000b3900e135b06880fa24b22b244ed50ef22fde10551e5f 2,761 1.00/1.00 vMB 54
635,000 635,000 0000000000000000000de8fe48015885c04cf07fc40a3e7b4bb3d32cf0b4e488 2,627 1.00/1.00 vMB 51
634,999 634,999 000000000000000000037a7f9343a305e2f3749ce81000202b985d2b13a121ab 3,217 1.00/1.00 vMB 55
634,998 634,998 000000000000000000020bd98c2fcc4436f0c0d305ff61a0f6f3cea1a135e2b2 2,292 1.00/1.00 vMB 43
634,997 634,997 00000000000000000005e5d5bc19e9506b4c734de936c0c881227b09a3e73c21 2,796 1.00/1.00 vMB 62
634,996 634,996 000000000000000000052fd3714c3b474d2bf6d31c400a6b91c562fdf5d056f6 2,229 1.00/1.00 vMB 13
634,995 634,995 0000000000000000000faf3107c15b7c25ceba4fa4c39ee2338928da79f4f164 2,468 1.00/1.00 vMB 32
634,994 634,994 0000000000000000000784050e89b1cd3572cf43ad5648e7fc9fac30f5bd938e 2,347 1.00/1.00 vMB 39
634,993 634,993 000000000000000000061091e23317a5eeda78ca9120ff084dcf79e57b6811ba 3,009 1.00/1.00 vMB 60
634,992 634,992 00000000000000000012d394ebe42631666222b2cb5bb635e1454df51051ea6f 2,571 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.