Memory Pool Memory Pool Refreshing

13,593 transactions
4.30 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (612,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,819 294,819 0000000000000000243b3a8560045194ba276941c9af64a9bfd487ceecb61dfb 0.42 MB 387 21
294,818 294,818 00000000000000006be06bf57b9f6986ccb0b403cb7b03261b855834cbf1d19a 0.29 MB 232 15
294,817 294,817 000000000000000062f45faf806df735cde5c5b87559cab0e199dffa2213b962 0.50 MB 1,351 85
294,816 294,816 000000000000000004afca1aad873db598b688eb845ae0d1e9dd8549529a2113 0.25 MB 398 26
294,815 294,815 00000000000000009e96f5baeba764fe1385e001ed90b05389c15743a5fe17f0 0.25 MB 80 11
294,814 294,814 0000000000000000963a1c274947b8829b4213b15d18def3c3a607c88cc26afe 0.31 MB 337 28
294,813 294,813 00000000000000003e86c7adac294a205d4db04d952d6241c8406bbaee0fc580 0.19 MB 97 20
294,812 294,812 00000000000000000ba12810ab217fa4352c1b196697872d781d69ac39fc3f86 0.35 MB 320 21
294,811 294,811 000000000000000082d485b51f1754c3ead2a597366f650987a8399ba5d472c6 0.35 MB 567 36
294,810 294,810 00000000000000000f2b8c6f9a95f4d8d2d7031d01a940eeab7755853b5ca9fe 0.35 MB 340 15
294,809 294,809 00000000000000005c36c85bc7c6e16744ed264c83a86a17e7236b1d68bc6727 0.39 MB 1,024 134
294,808 294,808 00000000000000008331e1822790320c9afa32aa214eae205a33ee691ebf78d8 0.10 MB 256 71
294,807 294,807 00000000000000000f07c3921a5694649052846018ed81461a5fb21c31588145 0.33 MB 443 25
294,806 294,806 0000000000000000ad81f467170f4328683e305800fea076aa03d01cc5009ddd 0.11 MB 85 15
294,805 294,805 00000000000000006e167594ec324b3db14a0139cf7359fa3031c1171e38b3ff 0.05 MB 54 12
294,804 294,804 00000000000000006e33dbe8d3082a73008392050a76e63a5a35802f4cc0cb0f 0.11 MB 120 38
294,803 294,803 0000000000000000ac6e7dc755df0f6ebc6ecc40d9d7c075dfa41965ddae7f5c 0.30 MB 429 26
294,802 294,802 00000000000000004dc7d87b195af033368a12b823a861e8868166729089414b 0.15 MB 256 29
294,801 294,801 000000000000000037df4c756c105e9f17fec0e8badb17c1e76663251da941b8 0.71 MB 1,068 31
294,800 294,800 00000000000000001e36c00dbef8374188596ef10c32cb97b8cf359d95895ec4 0.22 MB 512 44
294,799 294,799 00000000000000001c7e3fb3eab045fa5c048971da6ab788ab538f01886ac88f 0.01 MB 26 164
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,622.91 GB sent, 92.96 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.