Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,902 transactions (3.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,564 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,188 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,563 (904,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,334 5,334 000000009ab599bf5edb629d03ab5f7a83204c3e3d91fe800cf87c0314db5cab 0.00 MB 1 0
5,333 5,333 00000000b0bf481b4d8b9bf9f01097f68a6227893b588b019ca8dc69b70b8821 0.00 MB 1 0
5,332 5,332 000000002318be75dc17291f702b90fdaa2d232d77228159b4ddc3e45252daba 0.00 MB 1 0
5,331 5,331 000000009efdd8d604a9250d5fc1cc992139b5ace5580a5fe00494ef99f016d7 0.00 MB 1 0
5,330 5,330 00000000b48f9e71a1313a6c3ccc4234345b5b134baf48f32c629dcfef546686 0.00 MB 1 0
5,329 5,329 0000000040298fb6cf9a5694b0553d93f82d3d5aadca420bf50182b8a9c1673e 0.00 MB 1 0
5,328 5,328 00000000843cc27b41ec1e55d9f8127282b0f7fb297c199e2433dcb5a7d37261 0.00 MB 1 0
5,327 5,327 0000000034996a68e2e034e1e2f0666529af14937e49bc92a8ea23f4500bc378 0.00 MB 1 0
5,326 5,326 000000000c39b194e62df9eb698346a7b804419e57c3a1920ca9b89309a17386 0.00 MB 1 0
5,325 5,325 00000000523bb635c3a4a4a289ea466db478470819de1e06e875b54b5f2b0f6c 0.00 MB 1 0
5,324 5,324 0000000028a1d7efcb39397fe3ec2842c283f2673bf3aa71a15ae846c761716d 0.00 MB 1 0
5,323 5,323 000000007707e148d1e11ef8da96c0974a63937e893242256447316e58d6b98e 0.00 MB 1 0
5,322 5,322 0000000047117d57b8cb010f43ff3ba298f61a3e33692d47519c2435237fe5e1 0.00 MB 1 0
5,321 5,321 00000000d3b69f8f9b8a6128e417b53412c6fc8ed5354a7d5739bad8aeddbe92 0.00 MB 1 0
5,320 5,320 00000000fc70e6772995d37dac5a0147064c5047e9feff9045dfb26f18293241 0.00 MB 1 0
5,319 5,319 00000000df2ef474533e09c124c2d05905ba5016853128806104a8e8c5412aae 0.00 MB 1 0
5,318 5,318 0000000077373914195560aee41f7b290477bd4a6c8641ebf52539478ab31345 0.00 MB 1 0
5,317 5,317 00000000faa0f221e2886a8f0a544b232da1258c208ff422ca7b4ced77cd6109 0.00 MB 1 0
5,316 5,316 00000000337ad9abadea27e4f1a0d2bbc91847a70e67a0aa254fc4b946a9ba32 0.00 MB 1 0
5,315 5,315 000000005656e61d1e4a4b6b8db1e35cd3ba55aa5f4e026f91abaa0283ae93d0 0.00 MB 1 0
5,314 5,314 00000000ac1000fcac73e8009d583f15519eb86423d5b142352d661e763a58af 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.60 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,089.82 GB sent, 111.26 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.