Memory Pool Memory Pool Refreshing

1,519 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,447 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,505 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (847,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,561 60,561 000000000eb44d70632af7dcd511d58322fca353e1bda5114f97545efa15ce16 0.00 MB 2 0
60,560 60,560 00000000041821a75789eb41cd4e56085d5922743790f4b2df387cfc991a51a8 0.00 MB 1 0
60,559 60,559 000000000c9da63b12e2dcf9b326bfaf7e68ce4e6fa1061be196c5d1626f1966 0.00 MB 1 0
60,558 60,558 0000000004517681789579d4b4e54b53bbeec68e7dbdcc079a092c6c36911f99 0.00 MB 1 0
60,557 60,557 0000000008f244a8b340b888ee9591a8066104f10c94cdef18ba1e2c94fa50df 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.