Memory Pool Memory Pool Refreshing

1,389 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,836 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,350 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,835 (782,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,008 125,008 000000000000135eb3a829b361d608ce7d7b7a9100b6e1142049f7b07b516ae0 0.03 MB 60 1,236
125,007 125,007 0000000000002274478049904e16541959a302cdb29b95a6a5ffca7963930d52 0.01 MB 12 953
125,006 125,006 000000000000148135e10208db85abb62754341a392eab1f186aab077a831cf7 0.00 MB 12 686
125,005 125,005 0000000000001e66d57718b08997f2bd4a0474a018eb9819fd99ae03e95282b1 0.02 MB 39 566
125,004 125,004 00000000000041fd154f86996ee479270b4cee8a43bab8738b417a3f1d68bf27 0.01 MB 26 655
125,003 125,003 000000000000021a37be00b72bef47fdb2abecc2f2870a6834c2f461012d56af 0.01 MB 16 355
125,002 125,002 00000000000026bbe5d82b685b3669e1e36d9f35418c2da336e19a9a75465d54 0.00 MB 4 1,356
125,001 125,001 0000000000003fc97dc375993b8eb6324cd5c772fe2ea9384231f6c9b69b4163 0.00 MB 8 2,930
125,000 125,000 00000000000042391c3620056af66ca9ad7cb962424a9b34611915cebb9e1a2a 0.01 MB 27 972
124,999 124,999 0000000000002ca449f3c9395d082dd410f7f8ff3fcb4ae9c590bca4288a4bd4 0.01 MB 39 216
124,998 124,998 0000000000003ba1305c40ae951aa3ec37efa17d6f45dcac8e2db17054a5c0d3 0.01 MB 23 136
124,997 124,997 0000000000002f194b9d43aece110c4c6c4ebb7fc584d1fd5108e1393b93f44e 0.02 MB 35 1,082
124,996 124,996 00000000000043f6ea53f990582c36157b9eebd66ef243911e010199561af110 0.00 MB 11 0
124,995 124,995 0000000000000b3db6ef8df507ef83191ab9c8bc6734e7250182731f95b51798 0.00 MB 10 1,422
124,994 124,994 00000000000022c0b2c96d3d794d6ecb8efb3a5402986485cb24891fab0a3d96 0.00 MB 8 1,132
124,993 124,993 0000000000001c188e0a1febb22f41d1ca17f77416d0a964cbde0d3e5e063155 0.01 MB 43 281
124,992 124,992 0000000000000f79d738bed3e162d5c6426d3750baedd35474fe2fa6644fc5dc 0.02 MB 36 644
124,991 124,991 00000000000033e435c4bbddc7eb255146aa7f18e61a832983af3a9ee5dd144d 0.03 MB 97 1,371
124,990 124,990 000000000000616cfe0f278ba478910f3a0d7c317958a49be68d59b30b91c258 0.00 MB 9 3,728
124,989 124,989 00000000000022d811b5568496801d91eb162034073b24a30d5780138cb48119 0.02 MB 36 861
124,988 124,988 00000000000001142a9c4411f1d39a0bb248cc512e14b797fc380e4458aed77e 0.00 MB 11 1,573
Previous 10 blocks ↓
Total Size: 769.23 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.79 GB sent, 94.08 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.