Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,623 transactions (1.62 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,398 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,062 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,397 (865,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,928 43,928 000000001713dac5fe8621a23b88181100a7001f3565acfbedd4e5bcee8a6cd6 0.00 MB 1 0
43,927 43,927 0000000020d6cbf2579f94757dae7b3a4fef5b01edf7c54f4d391212df3b0978 0.00 MB 1 0
43,926 43,926 00000000379604a3d209877cb49e198a08168cdb6e930d115e37b2958699e9cc 0.00 MB 1 0
43,925 43,925 0000000031febc95bbd909cab71ccef9ba99cc8109f4a04dc3e5a57305413436 0.00 MB 1 0
43,924 43,924 0000000010b1767475a80b2d00d033f670c455e0c2e9a545177ff51890237ad0 0.00 MB 1 0
43,923 43,923 00000000033d5cc9cff05a449ae806fe4b6f3bb171b3b8f1cd46630d6aa8e6ca 0.00 MB 1 0
43,922 43,922 000000000a1cd8d221bb4ac71db66bc59312081c3518a00ef115b02f658da984 0.00 MB 1 0
43,921 43,921 000000001156ce75576d2650e3baa4980189a70eed49be45af62c162ff25ead1 0.00 MB 1 0
43,920 43,920 000000003bdf45a80c146f0ec17230589bfdfe883f93bdc310bb180a844bb686 0.00 MB 1 0
43,919 43,919 000000003091de5bc4357627908e9935bbe17e187629afa4682d944c0dbb5c1b 0.00 MB 1 0
43,918 43,918 00000000245272e2003aa109c60efad49a1b571694444ac8a0f70383c8ca5cd4 0.00 MB 1 0
43,917 43,917 0000000028838b110fd6a9d27a060b3b1a5e4f4e77d9567c52d572f9711b2d5a 0.00 MB 1 0
43,916 43,916 0000000021264171e67c1691485a829a0e4022fd8f0f5296c36fa00b0e12d3ce 0.00 MB 1 0
43,915 43,915 000000001f893f05aa003a1ead23f925cf4ac7c013b97c19504b47b498a97fdb 0.00 MB 1 0
43,914 43,914 000000003258b6c77aaaab5136b29cf3f37b99022ada6fde8da0741a1349bd50 0.00 MB 1 0
43,913 43,913 0000000023e46994a6eaacb69d9a53ae1885b43e0d6b344ff48fa847991e7a0f 0.00 MB 1 0
43,912 43,912 0000000017c072266b318f0e358d80b2c5a21277b4f15f086a25e058b3b6104b 0.00 MB 1 0
43,911 43,911 0000000014eff6a8973e220c938d486393f5b18ccf4133b3c32c4459275d632f 0.00 MB 1 0
43,910 43,910 000000001832f02cafec25ba9cb0648fcc6dee6c4b44e068e6414eb45f2699d0 0.00 MB 1 0
43,909 43,909 000000001a38628cc44ec6677f1fe5c369c1785ed95c492b3a900080c12f6755 0.00 MB 1 0
43,908 43,908 000000000a6ca112ec3af2dd6e48df233752dc5a045af9ffb6cca95de04fb2e0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,069.90 GB sent, 109.53 GB received

Notes

  • This page updates every 5 seconds.
  • 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.