Memory Pool Memory Pool Refreshing

4,644 transactions
2.45 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,580 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (767,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,864 139,864 00000000000003e250371f00375cff226a787c9b1cb2ec038f8d7a3f990ca1db 0.02 MB 47 319
139,863 139,863 00000000000000b46d78edb9cc7abdb938617de363928d3fab81de3a23bb9606 0.01 MB 19 92
139,862 139,862 00000000000006bd9eca58de7f1194f1e371fa2217aa072b0827f0f5f076fcfd 0.06 MB 133 416
139,861 139,861 00000000000003372b39380899327303860c8c18c4abc227fb5073d9a424fa67 0.03 MB 86 124
139,860 139,860 00000000000005bacdeec2b5d4747d0d9a3343d12e858053e6123f55e8db71e8 0.05 MB 54 79
139,859 139,859 00000000000006b276c7fc1b9e87249d043e18bb2d0a537e08c21484b1e6d0ba 0.01 MB 50 7
139,858 139,858 0000000000000734f78f5aa9c8337ba5d250067fd7bd2a7a3d8b4ed149556135 0.01 MB 24 178
139,857 139,857 00000000000007808395330a84531dc6cc6b1a68c2fc454a7f6d6afdd35a0f0f 0.03 MB 98 138
139,856 139,856 000000000000072cc32bf33e79c72c9edca1e3d67e1f9434edfd3b848bfd4c54 0.05 MB 101 161
139,855 139,855 00000000000006821e1ce53aac46a2b37c0c78f6e11e0cf281ef290bba1908ce 0.06 MB 154 1,028
139,854 139,854 00000000000000fed317b158c071b951009d34dcf9c3f7a3555020d7e1d33bde 0.01 MB 25 186
139,853 139,853 0000000000000054786d9fcf321f06d18c65ed1ac28185f4cb36aad1ffe3f327 0.05 MB 125 159
139,852 139,852 00000000000003166b7eb8fdda1e1ef1a443eb0b102cec132abf1d83d187545f 0.02 MB 29 401
139,851 139,851 0000000000000494a4e83d28a434c5a418466fe60e88fc153b4ccbddd6625a9c 0.04 MB 109 105
139,850 139,850 00000000000007bdff8c0a790d60636ae3b2f148c1fe9569d0f50aec9ac605c5 0.05 MB 66 175
139,849 139,849 00000000000000c8a74e30a140d255728db3d186740a57c80cd7cbe856e684e3 0.05 MB 68 478
139,848 139,848 0000000000000038501bff79db124e941a8959c5efdb39c2d2041f3c4bd172b3 0.05 MB 80 278
139,847 139,847 00000000000001c6de90647d5f03cd3070991ec93b5bda6c3d235a3dd79e3844 0.04 MB 67 238
139,846 139,846 00000000000008245307c26b31ffc1546197e7755684dabcb33da2b1d9b80169 0.02 MB 71 68
139,845 139,845 00000000000004549ccbc2ccd021b21f882835813420d3932b8f610a05983fbd 0.05 MB 107 163
139,844 139,844 000000000000063bbe7898db05a9bd4d5f0cea5f021efad3f1bc468567a97e90 0.01 MB 16 77
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.49 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.