Memory Pool Memory Pool Refreshing

1,029 transactions
3.63 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
4 sats/vbyte 3
2 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
908,174 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 651 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,173 (805,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,097 103,097 000000000002b3246057f2267578a139b08dde5c158a989f6f99263a786a7354 0.00 MB 1 0
103,096 103,096 000000000001d604c7b034f4c638602ae42d9340cb0f088b30771dcf5b4ed47c 0.00 MB 2 0
103,095 103,095 00000000000296b9992d93ff42bcbe04fa5cbb8f05603c532e75ed94829186ec 0.00 MB 1 0
103,094 103,094 00000000000214372479d8dff4c900720731c7ca68ac82d19f58cc34a74898f9 0.00 MB 5 0
103,093 103,093 000000000001dc61329c04e405a688eb87c1087788d83f6ca587136bf06d215f 0.00 MB 8 1,123
103,092 103,092 000000000000c809d3703e7fe0b2031e64fd2811f202cb60e01e83dfd5407dae 0.00 MB 2 0
103,091 103,091 0000000000005e1654dab71145c58ebdf4e8546a39a7fe2838bfc2b6d74164e8 0.00 MB 1 0
103,090 103,090 0000000000007d96707ae955453df61a073fa4a3e7ddead82c67f4543b63f651 0.00 MB 2 0
103,089 103,089 000000000001a1bd186a776095a59745a46aa18956a196ab091270112c2ecdcf 0.00 MB 3 0
103,088 103,088 00000000000088e8b50bf125fc9f31fdba9450540cd46d8f82fb8752dcffe738 0.00 MB 4 0
103,087 103,087 0000000000028bb091feae4c88816e178f4d22cbb75e367777d8cfed8d007957 0.00 MB 4 0
103,086 103,086 000000000001493e8f04f9b3b4034111578a9f2751fb1b0d74b32de65df19b4d 0.00 MB 16 0
103,085 103,085 00000000000011fb0f39c24b57c008623121172b631c9cf0ee408c081f531b48 0.00 MB 2 0
103,084 103,084 000000000000897302f84075bba42bbd01c6fb6ced6b9efe965f9f4a074a2fb4 0.00 MB 2 0
103,083 103,083 00000000000054dfeae2af4dda0c2bff13124203d17dfd2f48d8c122ffdc1f93 0.00 MB 1 0
103,082 103,082 000000000003497c6fa25431336a61a6000d43355fef706fd1e3b4d84f2a6fb5 0.00 MB 3 0
103,081 103,081 000000000001469e0097e6ea8eb1506a39020e585fd65dd8f11b79b9018a5643 0.00 MB 3 0
103,080 103,080 0000000000015f3e5da6e939d06aa847f39866f5880d773e509ee530851b1443 0.00 MB 1 0
103,079 103,079 00000000000185981d8dc0183a92c2f4a8fb76cc188f87347c4bfcb372619ad3 0.00 MB 2 0
103,078 103,078 00000000000148e7109c6090da74a91f72d83f6cb7a890a19bd3bdb5d8bc6904 0.00 MB 6 727
103,077 103,077 00000000000169f6c03d1f3994de931855b4f0fe2fccd5ef7f1ebc9a6c3beee4 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.88 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,681.26 GB sent, 97.26 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.