Memory Pool Memory Pool Refreshing

6,031 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,800 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (259,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
648,070 648,070 0000000000000000000dc78186e320c8db8107b438b1f33005d186bb43f3d653 1.31 MB 2,311 61
648,069 648,069 000000000000000000003e2f9b46d6394450ee3e4bf4bc04ce77a9b3118d5933 1.19 MB 2,255 34
648,068 648,068 000000000000000000068587a450c2303d208902d7b84df709fd9a6130cb25a3 0.56 MB 1,076 35
648,067 648,067 0000000000000000000e45e4aceeacc4e8caf834dbbdef1e8b8afa720c2e74c2 0.90 MB 1,663 19
648,066 648,066 000000000000000000101e84c80332eec8cc492c29ffc77558751c4df0c6e687 1.22 MB 1,726 14
648,065 648,065 00000000000000000001518e37ea6acfefa5605b173870f9a8ece0cd29d16089 1.61 MB 1,622 52
648,064 648,064 0000000000000000000db10b67783a12ddff8cba7301ce91920ca3fea03f787d 1.23 MB 2,267 38
648,063 648,063 0000000000000000000af4e197e99c556317e0cbde9fc7a0055ba2d3c954f0d4 1.04 MB 1,416 45
648,062 648,062 0000000000000000000ee0d3427a939b3f11c409c8aacb05a4ac6ae77ec985a1 0.67 MB 1,206 35
648,061 648,061 00000000000000000001da384e89c9bb800f4466bdfc59ce6ab63234b13f5e45 0.55 MB 989 31
648,060 648,060 0000000000000000000b458e413a7287e1d43cb5af09f11511cc7293b95109f1 1.24 MB 2,512 11
648,059 648,059 00000000000000000000c4357c94c56956f950c6aa36dcee8b51c52ee71281a3 1.24 MB 2,408 60
648,058 648,058 000000000000000000047b7668df80055a88b3f7d7e4fddb35f5af7ebbc1436d 1.43 MB 2,151 29
648,057 648,057 00000000000000000006dcb5bac166b44a0ed90c99352187f3419797fea03e3e 1.35 MB 2,473 30
648,056 648,056 0000000000000000000df931c757fde488feedbefe36a858bd07020247cce0cc 1.23 MB 2,399 38
648,055 648,055 00000000000000000005f47d50ef17036247d154ad52db509912dde8092e4ff5 0.09 MB 194 37
648,054 648,054 00000000000000000007fa0e97b5a3d570c1acd196cf56a072a432355c8179e2 0.07 MB 130 29
648,053 648,053 000000000000000000002ccfaf0f3bba14642750ee08c01ff711dee424849959 0.97 MB 1,869 32
648,052 648,052 00000000000000000001cd5ff20f5872b20c62ef1dba495bd5ec0a7ea094dd0e 0.33 MB 804 32
648,051 648,051 000000000000000000073530e13c082ccf33bc2f44735ed7f4ab063e334b83de 1.35 MB 2,553 44
648,050 648,050 000000000000000000099412665429bd096ae5ec37307701735117c1e5e66b5f 0.90 MB 1,349 41
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.