Memory Pool Memory Pool Refreshing

8,425 transactions
4.07 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,357 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,381 907,381 000000000000000000001876dbfaeabcf5fb5299d8bf692c8425f38b94ca7123 1.59 MB 3,617 5
907,380 907,380 00000000000000000001d84af98239b02a97be3501c8a154492bf268b545f106 1.60 MB 3,448 1
907,379 907,379 00000000000000000000d89a5d84b35d0879e37b511044fbe009b4c140e9c7d0 1.64 MB 3,627 5
907,378 907,378 0000000000000000000167aa52aa2b35765c1963b54c5bba594ef8fa34876ab1 1.68 MB 4,037 1
907,377 907,377 000000000000000000012c2a5da61ba91bf738b88b858f6e3cd2dcf443e5026a 1.81 MB 5,088 0
907,376 907,376 0000000000000000000211aa717776e9df95e3861983d0729f00666d8fe71006 1.70 MB 4,118 1
907,375 907,375 00000000000000000001bc1a4ac5b6901c66d317668f0b0a4adca1c5238b023d 1.80 MB 4,962 1
907,374 907,374 000000000000000000002d8a222cce47f6268c31b70459dfeb43a566ea3e0521 1.71 MB 4,501 1
907,373 907,373 00000000000000000001b55d8dcb56774ebcabfec53e782edf97aff22761fb30 1.72 MB 4,198 1
907,372 907,372 000000000000000000002313308c4085e39c30863b40c0d25b0f990e0e8db3db 1.85 MB 4,353 1
907,371 907,371 00000000000000000001af2c8c24256f77e56f3d41901d2e8fd5348f3e6ae6fc 1.64 MB 3,009 2
907,370 907,370 00000000000000000000346612b73c0bbb6851480a06af04a11fb0fa7240b746 1.65 MB 3,942 1
907,369 907,369 000000000000000000017412047f4bf698d3918286c5936db5eaccc100acb731 1.77 MB 4,853 1
907,368 907,368 0000000000000000000168bcc4c98bf6df5f69e10f551747e0eef1a4ec26045d 1.67 MB 3,993 1
907,367 907,367 00000000000000000000a8acda32deb50c944f17864ca608e96bfdb309347b44 1.56 MB 2,751 2
907,366 907,366 00000000000000000000b329e9df38679f1af146b23547f973ea195983c5ee04 1.77 MB 4,266 1
907,365 907,365 000000000000000000018f1b091a02edafeffee3533efbffb55fd0d1dbe2132d 1.75 MB 4,804 1
907,364 907,364 000000000000000000006a495ed20234932c827930c602d3d5ed755d9d00fc3f 1.61 MB 3,080 1
907,363 907,363 000000000000000000003a1161a5ac6caa723afed61b85c216b290150fdf4170 1.62 MB 1,698 13
907,362 907,362 000000000000000000008299ca3d84e9d5aad17c0c607009491605284a8c7a65 0.89 MB 970 7
907,361 907,361 00000000000000000000cfa8d770c4fe2c90857a0096d01a19c8c0b727c65c59 1.80 MB 4,881 0
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.