Memory Pool Memory Pool Refreshing

4,054 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,162 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (763,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,742 143,742 00000000000003e0cfdad0eecaf120b85dcc915ec96edb16f7f75a961b7f7c99 0.01 MB 7 38
143,741 143,741 0000000000000821ffb4e73ae38ca0d2dd1e37aac944c03082045c38849e5498 0.01 MB 28 0
143,740 143,740 0000000000000166623d29f576f0ac7a320f4248fa756de9706b91b26a8c275c 0.00 MB 12 35
143,739 143,739 0000000000000810cda671a615f550d44f593bfbb272811fa92dba27ecb24b47 0.01 MB 43 27
143,738 143,738 000000000000074dde8f90be1657f663664a59b408e42618e157fcb4f7e7f1d3 0.01 MB 22 59
143,737 143,737 000000000000068f062909d9e3c3873f7681c79a78ea66968f1b95c88cbce361 0.00 MB 10 106
143,736 143,736 000000000000034624af9fb50da391ccb844bfacf083cc7a727aa94f096ac139 0.03 MB 60 90
143,735 143,735 000000000000044392895644306802c6dcc98a5de2e622616fefe713c0ae6717 0.00 MB 3 0
143,734 143,734 00000000000006201ab4129e4441877be24a814a9c1d74d9d3a99eae9ce96d91 0.01 MB 42 18
143,733 143,733 00000000000004d84d55d03015834141dd0f47559979a8e82896600e4f26f87d 0.00 MB 12 33
143,732 143,732 00000000000006e7a1a6f9d57f5301dfdabeb1e515040bd88d745422a9233dc9 0.00 MB 13 16
143,731 143,731 0000000000000416298bd14e59a92d96a2a33bac110335697314e75ce5e94ace 0.01 MB 27 418
143,730 143,730 0000000000000376dc428772e2df8eff97c0e5f3469e75eac56dd1a77ae49543 0.01 MB 49 4
143,729 143,729 0000000000000482807dab30f0e64ff85b59aa63be844149cb48201e4489d338 0.02 MB 41 31
143,728 143,728 00000000000001752f6b7af322d6a8272997ab5fa3e5dbff130128ca753916a4 0.04 MB 84 125
143,727 143,727 000000000000016fb48f311c3c41450e210099304e977f00485dd89a8f592bb1 0.00 MB 2 55
143,726 143,726 000000000000084d2cca66dcbbe298f48a7809a73c2ddd7ec07d1759416d6212 0.01 MB 20 189
143,725 143,725 00000000000007cdaa5998995320642f21084536bab4d903d6b404458ea5b287 0.02 MB 60 178
143,724 143,724 0000000000000727501fa7646de4f5dce8a6b7b3a71ce0f466a4a2e090b72b5d 0.01 MB 7 91
143,723 143,723 000000000000033a305dc750aa3108438899bf62af8d54f57ec45614980ea85b 0.00 MB 4 205
143,722 143,722 0000000000000764ea12784ca60dfe6fad98a043b94da38f36a3e624e1afb3da 0.00 MB 7 66
Previous 10 blocks ↓
Total Size: 768.98 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: 1,615.99 GB sent, 92.70 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.