Memory Pool Memory Pool Refreshing

8,141 transactions
4.21 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,726 (443,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
464,715 464,715 000000000000000000d488241d413723c73b35d73203fea3b3c2399df73b9abd 1.00 MB 2,688 204
464,714 464,714 000000000000000000509bdb9a0fa181035d8b1b4b061a5cfa573f925cec9973 1.00 MB 1,866 222
464,713 464,713 00000000000000000010729c68b3178c7d39c12251127f112a4b3c3b2099b83b 1.00 MB 2,630 223
464,712 464,712 00000000000000000080deb42994c97291c48e9e226b95fde0716e9f6de41234 1.00 MB 2,280 267
464,711 464,711 0000000000000000016d6e60d30c384fe2a3b887a8ebe78b2155868242e91a73 1.00 MB 2,264 244
464,710 464,710 000000000000000000b2fb96930d08262c2b69b2780eb066e5e7f92fca9b49d5 1.00 MB 1,705 241
464,709 464,709 0000000000000000004a55ddbe743e06bef8801a90d4760f54eb241d6a8ff662 1.00 MB 2,272 191
464,708 464,708 000000000000000000b86ad5da83ce28edb5190365d4b4385610b5118fd71d1c 0.99 MB 2,632 265
464,707 464,707 000000000000000000d3771ac4453af64809d7dd8474189d9a0a6f5918585090 1.00 MB 2,073 209
464,706 464,706 0000000000000000014f9be44813cf1b732fb2407cd424f66022571f73043178 1.00 MB 1,879 246
464,705 464,705 000000000000000000d017bc96c1eede419c1d21f6b3cdadd4f4727f702f924c 1.00 MB 1,912 170
464,704 464,704 0000000000000000005b778134c8d3c630fbb731935a1e90612703a761bac8ed 1.00 MB 1,922 220
464,703 464,703 000000000000000000e30ded1baffeb9f3ec5248c503daeb9f17d81b5161967a 1.00 MB 2,102 238
464,702 464,702 000000000000000000545f74fd02943081cc84fcacb149b2f6c88ec14c93a8ab 1.00 MB 3,068 227
464,701 464,701 000000000000000001f18e2d02ffff54a7b0cd14f705bc424ef77810e85558ae 1.00 MB 3,098 269
464,700 464,700 00000000000000000139ab43f61204914eff7726ad196a785b90ed60195cde57 1.00 MB 2,997 370
464,699 464,699 000000000000000001903b28126d98b0e54c034d0fbf9a2fe54bb3f3f5ca8220 1.00 MB 3,043 288
464,698 464,698 000000000000000000f506d183d7de6bce3cac21c0c564af365753a3064b6772 1.00 MB 2,270 151
464,697 464,697 000000000000000000871819709cdc8b3534ba7f70e15bc16a564ac6aadaf9b7 1.00 MB 2,793 195
464,696 464,696 0000000000000000010da096334cbc4740fbb92b784e89acb7e43bf98716ac33 0.99 MB 2,135 141
464,695 464,695 000000000000000001675ba2e18ea1d69e62412a463d63bec363533546c15185 1.00 MB 2,563 187
Previous 10 blocks ↓
Total Size: 769.03 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,625.81 GB sent, 93.04 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.