Memory Pool Memory Pool Refreshing

7,574 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,081 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (848,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,556 60,556 0000000006b0867c78a034709b58a647db0cd615658cd79d40b7affeaf20ee08 0.00 MB 2 0
60,555 60,555 0000000002182ec1b31c88ba920af1610e5762f4ba7b58f3051fe6682646f488 0.00 MB 1 0
60,554 60,554 000000000ccca4c24d4afd858217dd329644eff959ce35c9fef0541f85e229db 0.00 MB 1 0
60,553 60,553 0000000006f2fbf0620fa02fb4d9fd4b1104f1d7f57493be3edc164c9636f412 0.00 MB 1 0
60,552 60,552 000000000609d6577a558a0e0894501fe5edd92933ec3e99c60541be15f1ab64 0.00 MB 1 0
60,551 60,551 00000000012e37273877a3cf64fc1c19bf8c51c308eb12c10445fbf60e04eb12 0.00 MB 1 0
60,550 60,550 00000000092a4f83bfb1aec8c667745ae388fd59343fd7cba45998185524f2f0 0.00 MB 1 0
60,549 60,549 0000000008dc5724b92cb77b32da93b5abe5b1031da6600dbf5d3bb100be6d2b 0.00 MB 1 0
60,548 60,548 0000000005d4e385572cbb326d4a9d1d2d4349523f7bd536a8b555880430f775 0.00 MB 1 0
60,547 60,547 000000000d85024d2386215b9785b5ef39bfccc7f92a5d5e812adf200412f432 0.00 MB 2 0
60,546 60,546 000000000b8b89a7b9690ba578c2c9cd0bd42bc5c173ef785fb3e0208a91ed57 0.00 MB 2 0
60,545 60,545 00000000043a444408a7ccfa95bcb0940ce898d402212460bab04c668bbc564c 0.00 MB 6 0
60,544 60,544 000000000cea9161ea1f92ebfbfe51e9a49f61c43face1f63e3488f2e6c2c37a 0.00 MB 1 0
60,543 60,543 000000000524e789038bebfd90a39ea653e3baa0373a8a3f85294ebb311ae977 0.00 MB 3 0
60,542 60,542 0000000000e8e7d6a188b1c14f57f0de7a9940e3eb5ab535764a73ee5d74e53e 0.00 MB 1 0
60,541 60,541 000000000330971e6e52703f99acfb72139f78c9e927f483cc4e5989c9e91411 0.00 MB 1 0
60,540 60,540 00000000009bc4d0b246fc9196522e2ede9b6448f4588b0601b378aa619c359a 0.00 MB 1 0
60,539 60,539 00000000040626a5543bed1281608ffd38f1d85aa42b05074b227b8c8ece24d6 0.00 MB 2 0
60,538 60,538 0000000008c7e73dfe941f05e688e6bf026b4f2d3d114a4abdd91825d9664f01 0.00 MB 1 0
60,537 60,537 0000000005d82c490d5e7f4817644c307e788851cb4780976383360203cfb4c4 0.00 MB 1 0
60,536 60,536 000000000768404db9d131bc277d77abcf79d3bd0a6c4e08d78e52bd8b657cd7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.16 GB sent, 100.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.