Memory Pool Memory Pool Refreshing

8,658 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,961 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (555,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
352,346 352,346 00000000000000000fc32efd3da9cc2ee9e6ac374fb5cb91efa05d941123acff 0.29 MB 517 19
352,345 352,345 00000000000000000d8672611a67f3eecac86b6bd8059434bd3fe047b8bfb2c2 0.43 MB 962 31
352,344 352,344 00000000000000000d73a4514a3adb02993c392439b5f3f30e08ebbd10f1f9f8 0.65 MB 1,280 23
352,343 352,343 00000000000000000c741e0bf24baa2b741980ff2f378579ea91f655d6bbf9d7 0.40 MB 885 34
352,342 352,342 000000000000000011f75fed6b73411ec7c5b58264c3c2cae328f566de39aa67 0.54 MB 1,015 26
352,341 352,341 0000000000000000114997bbb6c98d2de5be7dae745b7d6b7e90a6dea3371aaa 0.11 MB 255 15
352,340 352,340 00000000000000000f91ea270a0e3f347dfdeb8e2964ef18d2882f1179ecb398 0.11 MB 115 11
352,339 352,339 0000000000000000034dadf749f6c1553ee6e131ff91cc749743500cdae5c41d 0.75 MB 1,637 34
352,338 352,338 00000000000000001333362e1fd1d88a0f2293ea00258d8b86521219830c22e3 0.27 MB 447 24
352,337 352,337 00000000000000000228982c96543a57a172c658f8ac1fe5901adae9b62ba7f6 0.07 MB 169 32
352,336 352,336 00000000000000000852e0c5b0c16f263c756b523e538d2838b0811cfac5e220 0.63 MB 1,404 28
352,335 352,335 0000000000000000125abe8ab1114dc06830af9afc490b993113470da71bf21b 0.27 MB 474 23
352,334 352,334 00000000000000000a5072691a9769635f5095d1a30baf1dea52dde8ae7ab4d6 0.03 MB 50 10
352,333 352,333 000000000000000003a5b9f0da676058f3347b18e335614d78f51c4feb41f33a 0.11 MB 148 17
352,332 352,332 0000000000000000087e8a99b2b9ddb68ab63ac562a6509045d564700d4891ab 0.21 MB 440 29
352,331 352,331 000000000000000006650de8c5cd01e355e5dcb1ecc2326fb54007c39c0430c6 0.35 MB 651 23
352,330 352,330 0000000000000000008dc26dd4deb586af9ce402e93624f458c8676dab42fce3 0.66 MB 1,374 32
352,329 352,329 000000000000000001881fa2847a7185913761753f612f53af5d2674a2ea7961 0.15 MB 292 25
352,328 352,328 000000000000000008697511806a520f78f1099ca7372132c810657c9ca2b4e0 0.10 MB 92 10
352,327 352,327 0000000000000000003834034267f64cf52a50f455e5f2f6454e3e5524fffaa4 0.06 MB 68 17
352,326 352,326 000000000000000008d8f28882e43a4f7dba65ae384a2eb2f01858fb0193c730 0.10 MB 218 25
Previous 10 blocks ↓
Total Size: 769.04 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,626.68 GB sent, 93.07 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.