Memory Pool Memory Pool Refreshing

8,390 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,530 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (112,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,453 795,453 000000000000000000054955d0b97fea4e3e632492075bb8c0dbb37aad0c97ac 1.81 MB 3,519 25
795,452 795,452 00000000000000000001c4db8125563859cb26e187ed98f1229b2682d4dea2f5 1.58 MB 3,565 36
795,451 795,451 00000000000000000004e5419957975d808362034b6476d92493141cae059381 1.52 MB 3,308 43
795,450 795,450 00000000000000000004043c6ed85d3f011069507ed320f9e74454aa9fce9de7 1.61 MB 3,269 33
795,449 795,449 000000000000000000015bca4652f0e201a965b6a4a497c9e38a106e9a4d3319 1.27 MB 1,926 56
795,448 795,448 00000000000000000001151c8a743c21e019db63a1458607d2d718b1e09d3037 1.68 MB 3,536 28
795,447 795,447 000000000000000000015d78bdc1553a47531e05e3e5d71d51c4c1d212a5dd76 1.43 MB 1,958 19
795,446 795,446 000000000000000000019b806554e3b3a6dda5511aef9da4ad4f67b314dfa84d 1.83 MB 1,346 24
795,445 795,445 0000000000000000000075a6d59e626fd9b3679caf709d778362970c0ae9805a 1.67 MB 443 18
795,444 795,444 0000000000000000000041e4e3b0986c67ecec8eb56cc1c493220a1a06743bf9 1.60 MB 2,573 27
795,443 795,443 000000000000000000049a94cbdb3f8625630c5f50083cb0eaa4d4ba6a3cc58f 1.64 MB 3,714 33
795,442 795,442 00000000000000000002a41e6ceac4990354e2a2dbfc87febdafff07d85fee46 1.63 MB 3,295 40
795,441 795,441 0000000000000000000147e68ee0bb781ece3d375222dca8c7e36dd4c9d5ce36 1.62 MB 3,420 41
795,440 795,440 000000000000000000009edf64b6fcd0f7291393d2019424ed65dc96730ae967 1.58 MB 4,036 37
795,439 795,439 00000000000000000001c290edd66012aea3a85f5a923895daaca429a7022c3a 1.65 MB 3,900 43
795,438 795,438 000000000000000000056048cd8937258558b4d68961423e1dd2ebd880f23448 1.42 MB 2,987 55
795,437 795,437 000000000000000000009f57fd7a2aa2d1d4bc6e3e4087c5c6844b5253256a26 1.50 MB 3,068 64
795,436 795,436 000000000000000000010687688d08b81718f0e2123a8b820757fb0472ec2ba6 1.70 MB 2,847 19
795,435 795,435 0000000000000000000038d3e9164e2d2673549537b6d5dc3c7e1b7c0bd7a99b 1.89 MB 2,873 17
795,434 795,434 0000000000000000000215e86b11f3235a4739f750908d2190037cee626a2449 1.58 MB 3,479 28
795,433 795,433 000000000000000000042aa41bb576849bd76e733311e572c8272a1fe5a4ad93 1.50 MB 2,335 44
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.