Memory Pool Memory Pool Refreshing

4,052 transactions
1.27 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
2 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,260 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (786,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,550 121,550 000000000000541a0744067bdb1458b6b0581da0d1989272ebb55acb67e73428 0.01 MB 21 0
121,549 121,549 0000000000001c06fe3805f664cdb1b877bf6eebcc48c0f95419bb60e2468dd1 0.01 MB 5 1,506
121,548 121,548 0000000000008d05a7e6cfeb4e6767abd3b45aec54bda7fd06bccb8affa60ec9 0.01 MB 30 201
121,547 121,547 00000000000001bb83b0c8abfed88f3b6f88ee8b71968df86e11220914d7448a 0.01 MB 14 214
121,546 121,546 00000000000052414e8023d1beb4e3ed4fe3b05a4779b0d028e0733a0f375384 0.01 MB 19 827
121,545 121,545 0000000000007da05c919fe1660b90bf4c4cff17f5177abaa5c2f69c0c97ccb9 0.00 MB 4 0
121,544 121,544 000000000000546d7af81d87e3484b29856b5d5847842b6ccbe57f762844efac 0.00 MB 9 0
121,543 121,543 0000000000007aaac6e967cce8a24cb4a2faf63d8e21f9d1856a2a842c53dbef 0.00 MB 8 0
121,542 121,542 0000000000008cbbd00e78777566dbc3a58f40fa2c77130e28059c6621c8f8ba 0.00 MB 9 0
121,541 121,541 0000000000003ec34c47161814242cd42b61539520c56972a9958556d013e30a 0.00 MB 8 432
121,540 121,540 00000000000077db9c7e8dd5ee28e2c08b6b6f791825ed2a21430bcd6836f62b 0.01 MB 29 540
121,539 121,539 0000000000003a02dbce37a0c289edc840ab4b0f836d7f24da37a8bd00813940 0.00 MB 2 0
121,538 121,538 0000000000004446c7afb579485af270f3139f83265fb3c1bf0d7c614a9c1725 0.00 MB 1 0
121,537 121,537 00000000000013e9d0d9b356129fb93bc041228aed7118d41f4be1f3cdc78b1e 0.00 MB 12 251
121,536 121,536 00000000000074cb8e2c2b5d575b6b555bbb9895634748030fec58ff7bcb4ec6 0.00 MB 2 4,484
121,535 121,535 0000000000005f03339637b474d6821aadd190a06706cf1e8c6538605793b64c 0.00 MB 2 0
121,534 121,534 000000000000852cfc756b090f3ed98c5e796489a0cbce2452219a996790fa32 0.00 MB 1 0
121,533 121,533 0000000000001afc8ef9af64d5d3790b2363dea0d9170ac3f041349451b0183f 0.00 MB 2 0
121,532 121,532 00000000000018c645e429966cfb8c0c3db3f18083b177b2a73d3c803955c708 0.00 MB 8 1,346
121,531 121,531 0000000000008dba2c3b8e5e64b1cea34844f916e38c8cd39b8d1f12639a4a9e 0.00 MB 11 803
121,530 121,530 0000000000004c9e3ba50c5381a294c52a15a6ed266fed452bba1c6f116ced18 0.01 MB 29 0
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.86 GB sent, 92.83 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.