Memory Pool Memory Pool Refreshing

9,356 transactions
3.78 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
2 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,669 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,875 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,668 (556,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
351,512 351,512 000000000000000009f6209f59488f5f90ae491df7f13c9536a8ac401105f18c 0.30 MB 581 43
351,511 351,511 000000000000000000eb9be816510f119fb5a15c6a17fa2a90bf9b3504ca3fbb 0.13 MB 324 34
351,510 351,510 000000000000000009722b3804bb2f96beabdea86bcbab3dfe0dfd2e46d8655b 0.27 MB 497 29
351,509 351,509 000000000000000002f8c4c54622848f12ede487d57be21fecf6380d1f05ba32 0.15 MB 268 28
351,508 351,508 00000000000000000f4fbe2197b757b818dc267089598ee282cca95c437c11ad 0.26 MB 478 27
351,507 351,507 000000000000000009ab07fa4c0431638c9c2b57af7b2df9cbecd8a42539bb24 0.11 MB 266 29
351,506 351,506 000000000000000000bd058d2fb58f11e9a4e4e162b5a8cae0bf794dd9d29cef 0.18 MB 250 21
351,505 351,505 00000000000000001589e230c0cab248b210d0042b8c2c5818df195d8b263190 0.08 MB 256 44
351,504 351,504 000000000000000010d53c4b2d48a514875ee0705a6a52bccc0a2d0e351ef6be 0.22 MB 463 31
351,503 351,503 0000000000000000049a81389d178309a87619bf5b4671919ff0c4fce6da5b4f 0.06 MB 134 28
351,502 351,502 000000000000000007ff39c6b4de2f82e65905c5af24231cd91f5aed6d09ca56 0.08 MB 140 25
351,501 351,501 000000000000000007a253dc8ece83c0f10a0407efd88c52056036f2e2472f6c 0.15 MB 342 34
351,500 351,500 00000000000000000a47f4d52ce52769cae80c40cb172ad12ebf9aeef46b5f59 0.10 MB 238 41
351,499 351,499 00000000000000000b25bd10064b0a584ca2610a27ed959153cb5ad59344ea32 0.23 MB 461 34
351,498 351,498 00000000000000000dc130dbbb30fb61911f52b4c006ba3c332c4bbc72c7bd42 0.41 MB 689 28
351,497 351,497 00000000000000000253cd0be09fb8797179fca1ff3ad284dfa1ac030c5d80a4 0.13 MB 280 28
351,496 351,496 0000000000000000140e99ecfb4b45e04372fef7cdd4cae1f4663d2344753412 0.08 MB 160 29
351,495 351,495 000000000000000011b2d36d108fd8243a6e05e6d18c576a8226fd5e8f9970e1 0.61 MB 1,251 33
351,494 351,494 000000000000000010651963f3b74b7fce3eab91d206f06d9c0a29976176df7a 0.30 MB 639 32
351,493 351,493 00000000000000000ddd1fe7b2c358e0ae9f9482ee6ce625cf76ce70196fda92 0.16 MB 339 31
351,492 351,492 00000000000000000ba27e6835600bee08d26b908d5dec92aca0514def8c0009 0.46 MB 854 26
Previous 10 blocks ↓
Total Size: 768.92 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,603.92 GB sent, 92.42 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.