Memory Pool Memory Pool Refreshing

18,749 transactions
5.98 vMB
Show Random Selection Loading Transactions
Max Size: 35/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
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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,321 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (780,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,047 127,047 00000000000011050c8d9df40841c673e98bbcf60a128dfd4018f8ebc7debb2e 0.00 MB 1 0
127,046 127,046 0000000000000ce38a500cbbea625d9f29a37aa17d3937733e47a3e493f87ccc 0.02 MB 47 248
127,045 127,045 00000000000025211974edb96696531dea34b6e23e7838842785346367615874 0.00 MB 14 1,937
127,044 127,044 0000000000000ed24bb65c018a2125f4eaf19ae02b225b3852336edcb956e294 0.00 MB 2 0
127,043 127,043 0000000000000b3c51182d114713b14613b674fc5a7dfcd26448df86ebcb2c84 0.01 MB 45 506
127,042 127,042 0000000000001f95fc06ce386e0ae08f5d6b1290c7d49a51dca8a97dead62991 0.02 MB 35 475
127,041 127,041 00000000000024083f3c5915a9d4c79e9a8c5fd7a3d71fc3ae7edc80a0854b21 0.00 MB 3 0
127,040 127,040 000000000000050f2418a2d6b20fc31e883d896bec1a074c42c82768f8420ad4 0.00 MB 1 0
127,039 127,039 00000000000004e8a0884106b9014c3c2ff7b9f9e91fafb07982c65495db6d7f 0.02 MB 67 331
127,038 127,038 000000000000199a091732f7ef2fcdd87f25c891a4c3d4e0fb17e2fabe862c16 0.01 MB 39 1,218
127,037 127,037 0000000000000f0ff5394858348b70e53934b83e7d76e7a870ba3d233cb8a783 0.02 MB 62 413
127,036 127,036 00000000000020b9c1ef2bf511398607a7abf943950df614e8a136b6ef9da774 0.01 MB 28 976
127,035 127,035 0000000000001a2264c6dd435f29c261feb8dde49678514f2e811ca98653ea9e 0.03 MB 64 1,079
127,034 127,034 000000000000223d8f8faef6558f5695800d8270b98c5db21325f0f3826ef989 0.00 MB 10 860
127,033 127,033 0000000000001c8ad5214991d4098b0a2943cccc5910680379d097e9eabe134c 0.00 MB 12 1,781
127,032 127,032 00000000000023b8d4b2a5f6e77d1693c657fbf4aa5436bce06fac0b241aef43 0.02 MB 66 421
127,031 127,031 0000000000000c515e99b550577100f825de7bfdf6daa89bf0f8c37de112b65f 0.01 MB 9 620
127,030 127,030 0000000000001df5edc451d88743b31e07e6d91fe61160e1e3279701ab4c71a6 0.03 MB 84 1,268
127,029 127,029 000000000000119a4790f3d4457f89e0e699000dc3ed3a36b44dbed1e54b4336 0.00 MB 1 0
127,028 127,028 00000000000007478fa56b30d7786be2077fa8871f07993bf5028860ecccaae4 0.02 MB 42 979
127,027 127,027 0000000000001b0692c59ad6be27cdd5a110c4a8375a6dc0f47f28e5c1a9e777 0.01 MB 22 329
Previous 10 blocks ↓
Total Size: 769.02 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,624.39 GB sent, 92.99 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.