Memory Pool Memory Pool Refreshing

4,460 transactions
2.41 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,428 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (686,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,419 221,419 0000000000000390f3962a6c4816935611122e910e5a287250e196fbcb5f0fa7 0.10 MB 234 171
221,418 221,418 0000000000000155f54f1018f5d7213356548fad1dcb4362f74d0ed86a2c7861 0.00 MB 8 59
221,417 221,417 00000000000001aefc163706dc3457d4ef72a691e064f1a66cd9c94d8c0d3b3b 0.12 MB 219 134
221,416 221,416 0000000000000194aca3203c2e521d1402a2bf270a0859df24499ecf8a55114f 0.25 MB 631 207
221,415 221,415 00000000000002b6e7f592fb7beeb03d11e187b79346c5801df75c0dca24d922 0.14 MB 341 228
221,414 221,414 000000000000023ef361de3b9959dfcdab816ab5d1dd4c3036b4f0b37e82525c 0.06 MB 97 136
221,413 221,413 000000000000043a55398d2d0feaf9e184837af84c9e4377ea9b8be6467299e4 0.22 MB 485 185
221,412 221,412 000000000000032b43983f666354aea0f7f9749b1368f19aeb6d20927955b63b 0.12 MB 132 85
221,411 221,411 000000000000016c060603ebc84b1a45ba768d4c261ad3c51831680180bcd7c7 0.25 MB 641 213
221,410 221,410 00000000000000fa37a71e559adba7db7b5bd7e2bce17e2c71e547a5569b9a42 0.12 MB 239 155
221,409 221,409 00000000000003778a5e1cde3e63bd4ac4282c242d105881825120b375b5c931 0.16 MB 231 119
221,408 221,408 0000000000000030dac173dfaacb61c85476d41b82fdb6ee26ef0d5eb764555c 0.00 MB 11 236
221,407 221,407 00000000000002421e25ab9f195e2cfdb379b86789a516812fdb130704766f41 0.25 MB 677 219
221,406 221,406 000000000000017e9253386835bc39820dd89abc460dfed4f30deb80ebfb45e8 0.03 MB 109 84
221,405 221,405 00000000000001f997371ebe1bd6b4924d504b58ae6b4df71516d2c94cb7fcd2 0.04 MB 111 172
221,404 221,404 00000000000003a77cf84c6cdd4ad58601f37ef9428d8656784dacd076522eaf 0.15 MB 223 117
221,403 221,403 00000000000000373c8b9cafb49ec21b350d60adb0e1d34abcf96354b6a8ae0e 0.25 MB 632 234
221,402 221,402 00000000000003f7b606b5950230859815d03e7ad63b764eb71a23c104d8eb58 0.11 MB 219 149
221,401 221,401 000000000000022c050378ec58239f7f2708ad1a26307ae091a0b2a758aa87cd 0.25 MB 514 221
221,400 221,400 0000000000000089e87f51507d57a7cd239f389d8958c38e690bc63e961a8945 0.16 MB 322 59
221,399 221,399 0000000000000289442386d0a92bd03f387817e865677473ed0a15f408bfd515 0.00 MB 14 14
Previous 10 blocks ↓
Total Size: 769.21 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,634.48 GB sent, 93.99 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.