Loading Tool

Explorer IconExplorer

Memory Pool

82,569 transactions
30.24 vMB
0.13891016 BTC
Random Selection Loading Transactions
Max Size: 182.69/200 MB

Candidate Block

Mining Attempt 895b4fed50776c252b04fd9a30e0a7a37aad4d82970d67bf7c73dd0e5e87dec0
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root c9eeec68697ea4d552e80a0e1ca663dce8b8d0d41402d7ccbdcf17da34bca0f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,430
Size: 1.00 vMB
Total Fees: 0.05752309 BTC
Feerates: 477.45 > 5.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (280,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
634,991 634,991 0000000000000000000d63bec0dd38ad6c8aba0dda9893ae36019be5e7333a0d 1,846 0.70/1.00 vMB 24
634,990 634,990 0000000000000000000bc142280ec4960019bce2e512d104f703d4e6c1a4c945 813 0.32/1.00 vMB 22
634,989 634,989 00000000000000000007b896ec71962973fa83b5bd5e697937d06b2eaf3034fe 1,331 0.57/1.00 vMB 26
634,988 634,988 0000000000000000000f5c8d547c83f0d181a84c48625f5c70f2c8dc32416c11 530 0.18/1.00 vMB 30
634,987 634,987 00000000000000000004be739c1509317c4c6fd982489344572f2f83a9f9ccf7 1,132 0.42/1.00 vMB 24
634,986 634,986 0000000000000000000457f072294f07d5eb6efb9b5256e48ec6272decbe77cc 1,305 0.58/1.00 vMB 23
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.22 GB
    • Received: 16.18 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.