Memory Pool Memory Pool Refreshing

4,260 transactions
2.49 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
881,910 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 2,265 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,909 (31,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
850,101 850,101 000000000000000000008962dcc8db725fd31bd5a55a0d0764ffea320410c721 1.57 MB 4,984 11
850,100 850,100 0000000000000000000084332b2c1e1bd6a8774bc0e1eca1b711127a14e42840 1.50 MB 3,860 7
850,099 850,099 00000000000000000002c0d7e391ef98f49a7d039366e6c134ab9c85d9f1ed31 1.44 MB 3,033 10
850,098 850,098 000000000000000000000a6b8e055686f6a29f3804e808ca24ac5626dd368d6a 1.67 MB 4,639 9
850,097 850,097 00000000000000000001b5be3dc190c9fd1052ab80e34729cff03909c4708b32 1.58 MB 4,102 15
850,096 850,096 0000000000000000000070883040e37b2d024a691280f33fa97b5c68fe56d86f 1.66 MB 4,292 9
850,095 850,095 00000000000000000002279b5c7e48d2b57efeca5d60ce6de7ac30bc16c80996 1.47 MB 3,206 13
850,094 850,094 0000000000000000000042b2880c728a597a0d60ace339ba844d238f630c8cc5 1.70 MB 3,974 10
850,093 850,093 000000000000000000023519ec7c0dcd94fd7af85b545e116a9d5c5325ff09c5 1.59 MB 3,721 14
850,092 850,092 0000000000000000000196016d602e5020c50cf4e57fdd198cb4663ffe636d3c 1.58 MB 5,659 9
850,091 850,091 000000000000000000026cea48968cb622dc28430d8fc176da6a3d36cf617c13 1.68 MB 5,999 8
850,090 850,090 00000000000000000002c9c85482065c2a1649f642cef991ef94619f4499303f 1.61 MB 5,405 7
850,089 850,089 00000000000000000002722a26572f7ea534a1cea4982ab347be88be4e2d7fe0 1.64 MB 3,857 15
850,088 850,088 00000000000000000002e3be710fde5beda91e5f182b1af9d406c6b77a7908a1 1.60 MB 6,669 8
850,087 850,087 00000000000000000002a6b775fa3820555da3d99692b28e44c59f656967bf31 1.61 MB 4,696 11
850,086 850,086 000000000000000000011b712ffb8020426b9c1f889dae86a0a7b6ab12d0bedf 1.52 MB 5,662 9
850,085 850,085 0000000000000000000272b5db0b5dcbf77ff9f3bc75a088e625d7083edea8b2 1.54 MB 7,060 7
850,084 850,084 000000000000000000002f84028a02502d390799ac873695208f35d98205f8b6 1.62 MB 5,702 9
850,083 850,083 00000000000000000001fcaee8edfa3bf286bbf1fe9ad03116904c51abe62653 1.56 MB 5,316 7
850,082 850,082 0000000000000000000232c825fb7c42e99ffb0de985aeff51538727620ced7b 1.62 MB 3,921 11
850,081 850,081 0000000000000000000204de86edb56a2bd2479d34ba1f25e171cd2a6a09bd4c 1.64 MB 3,962 21
Previous 10 blocks ↓
Total Size: 722.26 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: 2,033.15 GB sent, 74.12 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.