Memory Pool Memory Pool Refreshing

3,201 transactions
24.28 vMB
Show Random Selection Loading Transactions
Max Size: 58/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
882,113 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 1,411 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 882,112 (639,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,314 242,314 000000000000005ccee7711c0e476817829d0ef7870e560db23d0ffd2ba7bafe 0.10 MB 256 158
242,313 242,313 0000000000000006c523fd4eceaaa095182756329f35da5fb3b1ff8714a94a4f 0.01 MB 17 77
242,312 242,312 000000000000001012e7d8a25c77d5757972e49ea3b1a52a19e1855ea664f336 0.06 MB 123 118
242,311 242,311 0000000000000038fc8f521b4ce192cf2d9c44ca6baf64afb46dd672c798d6e8 0.09 MB 162 87
242,310 242,310 00000000000000505c3063bb8cab2ac1003a0c2adba209d044e4e555d26d566d 0.15 MB 394 217
242,309 242,309 000000000000004ff1e329cbb20d95517ba4b5e3317a7a2bd410cbe6952830cb 0.17 MB 350 136
242,308 242,308 00000000000000afa314a351b40f69c613ced6347560853813d65ccf1fe0db02 0.17 MB 374 127
242,307 242,307 00000000000000b13ef82b8b161a7ebe0e541ee819357d46cec2cffda8d995da 0.18 MB 273 115
242,306 242,306 00000000000000ace69c0040a059944f5c65bd81c0978b312d6909e0963fb8c6 0.25 MB 662 196
242,305 242,305 000000000000000a70a26fe0ddc11fac4dcb3cb677ae8b09588df02ce182c311 0.14 MB 333 171
242,304 242,304 00000000000000605d710fcf2de08b170e866aa2ec103275053fbfc211797a70 0.20 MB 457 166
242,303 242,303 000000000000006bd2618b809d8744b2704b845768d948a0fa299cd8cdfcaeb6 0.09 MB 196 157
242,302 242,302 0000000000000039f5043a25b32ba5d6df5b0a2714885e2c44ad71e0a65deb41 0.12 MB 211 82
242,301 242,301 00000000000000a16fd4a0f87c3a70574f7fa876feb24d0985503999f101dd5e 0.22 MB 495 137
242,300 242,300 00000000000000cc69cbb72a9315b8f010adf8965349147a494fcb64bd2741c9 0.25 MB 672 208
242,299 242,299 000000000000009372e7dbd46435f87ff65007f6c9d343adca64ca3e940b6f78 0.14 MB 337 150
242,298 242,298 00000000000000797b95a55900b124615eb481b587d73fd6df774b87f5d62caf 0.01 MB 39 346
242,297 242,297 000000000000002f6b964b93968667198a8cab83afb1ad6139c347e495dfcd8d 0.16 MB 290 113
242,296 242,296 000000000000006b6694395dc2ae9992f77b203ca69c464f2309f285f069d22c 0.14 MB 323 207
242,295 242,295 000000000000006b6df7c4c13e0b0d091df33a8f27fa9a446844e43224678e2b 0.14 MB 236 123
242,294 242,294 000000000000005cb91a9a7301ec1306cf1b0faba89fbccce2653e25ea9b103b 0.17 MB 385 112
Previous 10 blocks ↓
Total Size: 722.65 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: 2,058.61 GB sent, 75.92 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.