Memory Pool Memory Pool Refreshing

3,761 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,565 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,133 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (894,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,272 14,272 00000000d208f8cfc0f666e74064176a836dd4e59a9ec87f34dacb678d7ec7ef 0.00 MB 1 0
14,271 14,271 0000000067dcc6ace1492d8132cf304deed2fc85665a848ef3944a6fd9c1d75e 0.00 MB 1 0
14,270 14,270 00000000b48ba3dcc449e36c43a8daef7e35e4e913ae64c390964502adf243e2 0.00 MB 1 0
14,269 14,269 00000000975e0f2d70ab808b89fc2d49a52eba0c25ec67966cf485b6531d482a 0.00 MB 1 0
14,268 14,268 0000000009f50da748ec5337b038274ebb769f1de78e65c1da0860ddb74dfa4a 0.00 MB 1 0
14,267 14,267 000000009587e9818ac8aa1ad8bb7db48004b6435ad2d6e4037db7c1cb023ad0 0.00 MB 1 0
14,266 14,266 00000000285663f578941959a922696fb7a60a6ccfc624bb2ca3cc594aac7151 0.00 MB 1 0
14,265 14,265 000000003ee691b6d4a2c9584d72466923e5d74591dc0d507578886095e4edb5 0.00 MB 1 0
14,264 14,264 00000000b68dcadd420e2a6eac9041450b1a1892bbb0d7369c7b4db6cda665e4 0.00 MB 1 0
14,263 14,263 0000000051a95ffc542a6d519060da14ca7b28728afc00369236c9043a48b4b1 0.00 MB 1 0
14,262 14,262 0000000037c2cb0289d3f6e60369ebe2bdee3ed42130ed7ffea8ad30caec57af 0.00 MB 1 0
14,261 14,261 000000003c33999fe500cb9070c766866cccc8907fa978e38cc1e145a06e8409 0.00 MB 1 0
14,260 14,260 0000000024d729bcc28259b6e2e60a328840bc98f5e6b7543a23ee922aada2ac 0.00 MB 1 0
14,259 14,259 0000000093bba9064365d0d55b0fc0c5b4dffe4ab1dcd0b8abce288e57ccca9b 0.00 MB 1 0
14,258 14,258 0000000022f0e880d0e5d956e6f3e30eff3b6286bff953319aefc1fcdbdbabc5 0.00 MB 1 0
14,257 14,257 00000000a13a68211d6d5cd5d64084c2a4587f8e02be0bc7d9144750e7f2538a 0.00 MB 1 0
14,256 14,256 00000000859094dd1efd77276cfaa2f329eab312d08caef67ded2a36fcc34786 0.00 MB 1 0
14,255 14,255 000000005b095a45821304e3e3debc33496ae57a2204912d340854058fd8621f 0.00 MB 1 0
14,254 14,254 00000000d563ec9c7cd3e308c3324bff64cd5d47934c55735d1f5ba9289708be 0.00 MB 1 0
14,253 14,253 00000000760c3948a8185a955db58144d1978cc4d57ea401b5912ed52c899cbd 0.00 MB 1 0
14,252 14,252 00000000771e781e03f7e6ca1c642dd71e14cb97a881f84f46c99fff5938c1d8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.76 GB sent, 100.69 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.