Loading Tool

Explorer IconExplorer

Memory Pool

39,587 transactions
16.05 vMB
0.11906708 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 92.62/200 MB

Candidate Block

Mining Attempt 2dad7f99924fc46ec44a442f79d00b5adb867c3ab36fb8b9812b75ad575ccd90
Version 20000000
Previous Block 000000000000000000020ba0b0f97ade18a7734e70bffe99fde86a5e317db4cd
Merkle Root e35cc2cdb260f2b1e3ef49bd89731cf6571adb67d13b8a7c02c88d4091166e04
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,731
Size: 1.00 vMB
Total Fees: 0.04187839 BTC
Median Feerate: 3.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,314 (526,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,863 386,863 000000000000000006e90604e41b3f6f1cc4fb8da624bd86ef79a90aea00f69a 1,917 1.00 vMB 29
386,862 386,862 0000000000000000092da8095f1945c2ef758c7f2d5af1a6393840c27dae9ce9 1,865 1.00 vMB 31
386,861 386,861 000000000000000007c0b9a60e67583e95d35f0cce8a8c66563b811b60d5c24f 642 0.25 vMB 40
386,860 386,860 0000000000000000017ceff9d8d9012730eb1cdc2139426e18cab69eedd3ebaf 1,764 0.96 vMB 30
386,859 386,859 0000000000000000052fd4b88bc373efaa62a8a22a872856a8af16efcf6ce31d 361 0.66 vMB 10
386,858 386,858 0000000000000000043128e188c037d12ce055bfb8d63831728856e5318b48e2 621 0.42 vMB 27
386,857 386,857 0000000000000000083c9335ac9fb30cc5f7e1c47bb775dc0776e541d25665ee 1 0.00 vMB 0
386,856 386,856 000000000000000001dcc03816123a65a8f755195dc9a1a4278b9bccc06585a8 583 0.69 vMB 15
386,855 386,855 00000000000000000a275ee36e9d2f0280562622b30d2176e8d09da66b36cd11 149 0.20 vMB 9
386,854 386,854 00000000000000000a0ed3bd72aa7d9a4e84741e44e228e242a537f6ead594c6 2,168 0.93 vMB 36
386,853 386,853 000000000000000003a84892c8123b9aa2e58b6841ff32eeb66d952cb29fdb9e 66 0.05 vMB 42
386,852 386,852 00000000000000000f0c1dd15176aaef2080eebf3e013ee87d07b6e0394a2521 925 0.72 vMB 15
386,851 386,851 000000000000000002f21473b306e30bda3b65acd93553dd6dd3eadee042ee58 1,921 0.93 vMB 42
386,850 386,850 00000000000000000bcb2ccecb9a9fa7aa7bbe242609e687abf93e0517bb3ace 2,218 1.00 vMB 38
386,849 386,849 00000000000000000016dccc484bccc58d928b94b45e5611cd046dc1531fbee1 2,116 0.95 vMB 37
386,848 386,848 00000000000000000126ef3546f55f5a346adf8bf761fc3ff6328ea237144b89 199 0.23 vMB 12
386,847 386,847 0000000000000000075c9d36c403713c939b45e0436771250e67459503bdcd1d 1,047 1.00 vMB 16
386,846 386,846 000000000000000009be0a28bf7c555ec5aecb9d6370920f4acad13fa6df5d49 1,807 0.93 vMB 40
386,845 386,845 00000000000000000d7aae1023696de9fe2c5d60ccb27c062e881bbebe0004a6 2,341 0.99 vMB 48
386,844 386,844 000000000000000008298f9e20251c7124c3cb782d78d0de893ffe4bcde3d875 3,069 0.93 vMB 52
386,843 386,843 0000000000000000081e51ec16d75fbf2f71de3446644fe3ff39e05ffde5e3da 1,094 0.99 vMB 19
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

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