Memory Pool Memory Pool Refreshing

6,993 transactions
2.36 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,264 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (728,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,722 178,722 0000000000000b11c5e3f21825e6345917cf6a235e7fd4b248def825df7e75ce 0.00 MB 9 91
178,721 178,721 00000000000004ea75d61708fa08a4746da70293c45111c117b08a3eccee1c5e 0.02 MB 60 113
178,720 178,720 000000000000052f2821f38417ae7c9d5ddaee75efb727d4332a40c0b550c66f 0.02 MB 72 24
178,719 178,719 00000000000006ae210ee24d279e682994c2eb0d4399c2399ca73f8d6be34194 0.07 MB 75 83
178,718 178,718 000000000000048cd1df0889baaaa0cb8326083fd9eb0d24aa13b20391cd7fda 0.03 MB 91 146
178,717 178,717 000000000000021cfbd2acd9b90e72d12668feb7ef3d4a228a5a359f576c0e73 0.03 MB 75 106
178,716 178,716 00000000000005e700edf69da1c321335b817a280955b8a89a42e94efc9cde13 0.02 MB 83 40
178,715 178,715 000000000000007559158a24144bbaab91bfd323220287416f968d895a1b5939 0.02 MB 35 122
178,714 178,714 0000000000000a0815586d89a04da43e93cc051f0f4f2623568609c3d9178cba 0.06 MB 144 96
178,713 178,713 00000000000001938c9645dadea77cf1bb59be82f8b25241a1c0c3ec89d0b0ee 0.00 MB 1 0
178,712 178,712 0000000000000aac1d0d7fc802cae643dca291526f8e0601021c64cc0be6009d 0.01 MB 14 80
178,711 178,711 00000000000006d713f8452bfc1a3862d80288542f530b5b442875df7bd00b24 0.01 MB 24 92
178,710 178,710 000000000000076107859947539c1f08e4dc83288bd80b0e123613af4bed9253 0.01 MB 41 66
178,709 178,709 0000000000000a9b93a32b9eea970011cc4ef46fd6ad086f1abcee416b542be5 0.01 MB 38 105
178,708 178,708 00000000000007ddab6c3a23362c7a591aa3728471e09063a3c85c1d70972d25 0.00 MB 11 39
178,707 178,707 00000000000001fb8c3e6ff4e898dbd01469e2cdbe076805aa18a9bff708eecb 0.03 MB 65 1,873
178,706 178,706 00000000000001ad571f4be19cc005ec3c8358459f91871993621a2be7f4d0f3 0.03 MB 104 1
178,705 178,705 000000000000003a5ef694e7342cc3dc6abc2a95abf74754819e13daa03c6359 0.01 MB 27 71
178,704 178,704 000000000000051fbb7da2f037aee4046c0934a2c5423920423bdaca86014b9b 0.06 MB 138 134
178,703 178,703 0000000000000790e48fa1800a77a13fc7534f64ee2d70dfce1eb17533f9070a 0.03 MB 64 185
178,702 178,702 00000000000004a795bab08afd7ed8769d35ee03f7fd9caef4eb855ee3ce15b7 0.04 MB 106 82
Previous 10 blocks ↓
Total Size: 768.98 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,616.37 GB sent, 92.71 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.