Memory Pool Memory Pool Refreshing

3,021 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,907 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,620 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,906 (13,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,594 894,594 00000000000000000000bc6d2f075a7b145d32872ad42e6610c09ae3d96a7b84 1.16 MB 1,042 2
894,593 894,593 00000000000000000000d6f2d879e3e85a92c36b2eace07656ef1f07525a55ad 1.57 MB 3,283 5
894,592 894,592 00000000000000000001a2d32c427161c5f14ff49190dd72b9ab63657c03dd4c 1.51 MB 2,417 6
894,591 894,591 0000000000000000000148a6fb2da008ce1a95fc144b5b8cce3bb287978fe553 1.66 MB 3,684 8
894,590 894,590 0000000000000000000234944c7b8ea3f73c85e2d5eb1d7a8bce9aaab35faec6 1.23 MB 1,114 4
894,589 894,589 000000000000000000011e5e5921587a07e2066e8e3bfb2f25b33bb83b7b4bbb 1.16 MB 978 4
894,588 894,588 000000000000000000006821619d67c8569cf0ff70453e981cb00c16984a67bc 1.20 MB 596 2
894,587 894,587 000000000000000000021671edc9ad67b01d0c0197f1d223a2c68f58b450fdfc 1.24 MB 1,356 4
894,586 894,586 000000000000000000001bb0153a3d95f2afc79856508a036c68a5edb441dffc 1.61 MB 1,688 3
894,585 894,585 0000000000000000000044c1acee429904ed88b9924b3f383e0c3562b62a22d3 1.34 MB 2,400 5
894,584 894,584 000000000000000000008b9db13adfcf5723fe380a1869d6bf546731c5ecf0bd 1.60 MB 4,004 11
894,583 894,583 00000000000000000002288903c25ef5164de494a20dc47e784198358a3a9e99 1.67 MB 3,570 4
894,582 894,582 0000000000000000000013287fa5f16c414741eeede4421a949239d91f372750 1.71 MB 2,843 12
894,581 894,581 0000000000000000000237eadb921d7623f9ea277b5351568fce757701118d89 1.09 MB 246 2
894,580 894,580 00000000000000000000bcecc8a784a60554733ba140f8c3237d16f673fc8617 1.08 MB 343 2
894,579 894,579 00000000000000000000b417eaf1b6d670fdabb4996d8902f8ea05aafc88d158 1.16 MB 1,066 3
894,578 894,578 00000000000000000001d5d03b3c1fd9b132386ba6bc10e577d41e29eccad564 1.18 MB 1,000 2
894,577 894,577 0000000000000000000161d43db00bdddec044443b20f081556520ac46c738b3 1.42 MB 1,709 2
894,576 894,576 000000000000000000020cdf2083beb6fae8e9e5ea05007778a60fd8c248f0e6 1.63 MB 3,871 8
894,575 894,575 000000000000000000012b9455697b67f6469051f2eece0b6f4056ba303552c6 1.37 MB 1,560 2
894,574 894,574 000000000000000000017b810e77c2278a2ba37984e07f20001df2b170d1f953 1.68 MB 2,768 6
Previous 10 blocks ↓
Total Size: 769.37 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,643.87 GB sent, 94.78 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.