Memory Pool Memory Pool Refreshing

5,967 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,078 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (785,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,111 122,111 00000000000084ba03b86206b6bc2564188117cdf62925eee8b204e701793daf 0.01 MB 48 1,954
122,110 122,110 000000000000500934ac5f506cac974a52d25c8e2220f67e8f8c3fa7bcc84948 0.01 MB 8 447
122,109 122,109 0000000000004aaab9c0e99269f47c912aa0f59533a1c5e26c5857062670645f 0.01 MB 23 85
122,108 122,108 00000000000029804cd9b280fa3ba155aef25fb2478c56a7dc18f36e2fd841b6 0.01 MB 25 58
122,107 122,107 000000000000967f60a1e830bebff8ca27b86125b8e93495c2b6a7a69aef0c3e 0.00 MB 1 0
122,106 122,106 00000000000089d22d8591cd3cccae03a0feb85fab329f97aa944650bb4d379d 0.04 MB 66 1,868
122,105 122,105 0000000000004decd7c3e58d3b177ab68641c24440094465db887590e962236d 0.01 MB 22 153
122,104 122,104 00000000000017adc5dd6fd4fa1a3e7f1b89f7046e9a8ea37001f995b6c3cdf9 0.01 MB 24 1,047
122,103 122,103 0000000000003baa74988ef736b0015f59cb831a08696bc6f866a2a9d1711c97 0.01 MB 16 321
122,102 122,102 00000000000090d11cf0655594d28f30060584c36c9e94f18ee2bced6784a34a 0.01 MB 39 266
122,101 122,101 0000000000002c317a8f3417420f60850c56cbb10b3f1531aa67770d1e41a9b4 0.00 MB 1 0
122,100 122,100 00000000000042b6088aa88d0234e53b25eedf1ba2780c0949403bb9fe9a7329 0.00 MB 13 1,066
122,099 122,099 00000000000008712bbdbdea81fce6d4fce42e6e9ef7c7af3d386f0bc3a9c1f3 0.01 MB 13 190
122,098 122,098 00000000000058b117c8132819edb651040b7cd8dc2330bf702a99e0c49ed1d2 0.01 MB 15 680
122,097 122,097 0000000000006d9e6b816cb7cdda1c7527c958ee0773d513eddac807e4f8cce2 0.00 MB 8 0
122,096 122,096 000000000000097b9d12a9d94d4e02934241f0d424ed882e679ce81d2962296e 0.00 MB 11 790
122,095 122,095 0000000000002c98c8b6dbf6a297670ff8cabc3b8ec11917cf768eae6ac23fed 0.01 MB 19 551
122,094 122,094 00000000000083b94a0e54eecfcc07ffc660e53ca9362af536a405686ed3bd29 0.00 MB 11 0
122,093 122,093 0000000000005cae6b094536b84bbb305b26a6316c72ce235dabd8af90152feb 0.00 MB 13 0
122,092 122,092 0000000000000d1ef33691bd1c2334f8970075a74ab3b461f1fb85979a376f90 0.00 MB 11 899
122,091 122,091 00000000000041862e18a752adb96c5cba5ca84c98e154ee8dbbda28632e0d80 0.01 MB 16 989
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.72 GB sent, 94.06 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.