Memory Pool Memory Pool Refreshing

3,446 transactions
14.70 vMB
Show Random Selection Loading Transactions
Max Size: 61/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,104 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (809,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,669 98,669 0000000000049c615a824c36e822c2a93439162b83f0a30117cec80e45ce76dc 0.00 MB 2 0
98,668 98,668 00000000000447ee0206d68bbbcd5d15f0631f81597900034b2bf62b45e6f9ad 0.00 MB 3 0
98,667 98,667 000000000003e98267a7ef64062d03f1e969888990f820f1a1e4ec80fa952c09 0.00 MB 6 607
98,666 98,666 000000000002ec01178883fcf08ec75cddffd60d75f6c0a2aa3fd1f2676b9dde 0.00 MB 1 0
98,665 98,665 000000000001b542bab9c8aaea2f6a50fff661a00ed295e3ee89d75e90e463f7 0.00 MB 4 0
98,664 98,664 000000000000d3ae90a3bad309484b42af3bd0d1d1e2d400c90c97d7de5071fd 0.00 MB 4 0
98,663 98,663 000000000002f50c6b003b17b61b593db737d28dcf83f41d659a8a9bba86848b 0.00 MB 1 0
98,662 98,662 000000000000ca5c63046bdc13c76f35017377c377b43e26761112f3b9cd1969 0.00 MB 4 0
98,661 98,661 00000000000316165a38fa32f008970743a54a7528632cc901fa4051191953a3 0.00 MB 1 0
98,660 98,660 000000000001b222ebe4f9d0f0c6282a49d5ce65138605fe9f626df16fb2c0db 0.00 MB 4 0
98,659 98,659 00000000000540893d4cd6aa2ae673492dfe0ff385492ddb03f187161ec8947c 0.00 MB 3 0
98,658 98,658 000000000000575d437fd9936bd06ca64148619483e9974bd105e58c280f6890 0.00 MB 1 0
98,657 98,657 0000000000017468f36f7316b578b1e92a01bba3c7c4c90209779bb9b2adc507 0.00 MB 2 2,481
98,656 98,656 000000000000fda45bca94825321d7c45a29588f9ef5515c4bd7e8c35915ae98 0.00 MB 1 0
98,655 98,655 000000000001fefafdfd95fa99a45e73d8bc378bf8a95fd1d9f50e57ecaf80f8 0.00 MB 1 0
98,654 98,654 0000000000025d9383eb1e987a722b10ade1bf2fd848ea1b41148d5d35bce0e1 0.00 MB 1 0
98,653 98,653 000000000004952fa0e384f4fefd851f85241ee2d22eb86a7cdb2f7b019aadf7 0.00 MB 1 0
98,652 98,652 0000000000007274ccadea5d3d9cf346bb14dce27e654bc954dcb871e125e40b 0.00 MB 6 0
98,651 98,651 00000000000551e0528be70c0097cf483e781bc68c60796943bbdf65d58f0e12 0.00 MB 1 0
98,650 98,650 000000000001d63c974dbf1f36c3b556fbf908b688271e48e0b0c81d67b0518f 0.00 MB 1 0
98,649 98,649 000000000001cf39d96da60c32b0047f3a9d5d19a07a1bf67bc385b1d95b73fd 0.00 MB 2 3,875
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.47 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.