Memory Pool Memory Pool Refreshing

889 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,601 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 880 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,600 (903,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,816 4,816 000000000c14dd4337305bab8064ecef876e0839d6ff69cea6e07f23f5e326ef 0.00 MB 1 0
4,815 4,815 000000001ae60e997e6e21f15117fec04e20f8b4d78dc566c2c8bf75713787a7 0.00 MB 1 0
4,814 4,814 00000000ddd01b6d8cc64c7cf2f2ef40a2a71d44114696ae5214c8d874b325ff 0.00 MB 1 0
4,813 4,813 0000000054c0a4d5ccaab1f63ce125c2d68119a13389f10f9ce62e5501b60fff 0.00 MB 1 0
4,812 4,812 00000000ff2f292114bada4009503a5e8351e9587c82289c4d51499b79e0b80c 0.00 MB 1 0
4,811 4,811 00000000d5230b6ad7b254cfe03b8af8ca676b02b42375ddee00491be16c407a 0.00 MB 1 0
4,810 4,810 00000000597bdbf44ada6e1248a46076eb2cd8eebbc7d60afd910bac2bf29985 0.00 MB 1 0
4,809 4,809 00000000c3c3800a7c806f7237fd96aa83625d08b96ee4224847887e0b245557 0.00 MB 1 0
4,808 4,808 0000000009c3629042caecf2090a9e851c79c2b2f78fd72a5b80a5d47f6320f1 0.00 MB 1 0
4,807 4,807 00000000639da7c336f301c900371d7c5ba695206ad504853dc947b9084e189d 0.00 MB 1 0
4,806 4,806 00000000a18ba4ac4f021d33ec832dc10c79f888b5be636d25e01e5c4141d68e 0.00 MB 1 0
4,805 4,805 00000000ed5769e62e6840c3e78a26ac238b5ed2d30729832a3a0c00b61c7b7a 0.00 MB 1 0
4,804 4,804 00000000dee79884453e0e41b11f77cb898f5e60f067988e43b944fb01e89605 0.00 MB 1 0
4,803 4,803 0000000014b799828f3618f7ab03a91eded4fe0f75bee695ec48c026fd424169 0.00 MB 1 0
4,802 4,802 00000000b525d70053db9f1c2aac377a94f0779d04c58af7b1016d2da82674fd 0.00 MB 1 0
4,801 4,801 000000005f9b24448be4d2c0216ac940c35554a090c12c1192603b068e2d7be5 0.00 MB 1 0
4,800 4,800 0000000097ff6abc82bca6f90e04c2f898fff86a3f13c361a712d4722f6871cf 0.00 MB 1 0
4,799 4,799 00000000abb2ecb0722c82e4b3c18268fb47fa7a5e79402927fd3cc72638e0c7 0.00 MB 1 0
4,798 4,798 00000000ec99240475db5450bc37f10c0dfcdf00b6d85e276d7cc5436924aeab 0.00 MB 1 0
4,797 4,797 00000000c5e03b4b285b0bb006a4c4b45f3297b9a3034974dcd90899ae13df0c 0.00 MB 1 0
4,796 4,796 00000000ddff5bc44604c75c4b0115d6fd3da3ef3adf0addd773fb8b40673e8b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,849.52 GB sent, 101.03 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.