Memory Pool Memory Pool Refreshing

7,164 transactions
5.59 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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
901,069 0000000000000000000237740000000000000000000000000000000000000000 ago 1.00 vMB 2,609 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,068 (12,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,918 888,918 00000000000000000001955b97a1a79f9a083d1da288f6bf51a7bdc80a5d21c8 1.60 MB 3,049 1
888,917 888,917 0000000000000000000006aa531463e0c21fd80455b37b2f132a87187d05950e 1.60 MB 3,855 2
888,916 888,916 00000000000000000002128c4cfb6f00d8ac486a7fa41f9b6721db3775b8b657 1.57 MB 3,789 6
888,915 888,915 000000000000000000001b4e4c1f4b5dc0df4a665708ae8b475deb437852f9ec 1.38 MB 2,232 1
888,914 888,914 0000000000000000000124e7126817e19ada1ee26621e5f4a3633f46b016acfa 1.67 MB 3,310 4
888,913 888,913 00000000000000000001c9d867d41b2ce886561997753ff0e60729394e03f5f1 1.66 MB 3,300 4
888,912 888,912 00000000000000000001ebd95be20680e24aec46b54db64b1ab9a4891ec475e7 1.60 MB 4,168 4
888,911 888,911 00000000000000000001297d2144b3fedffb6aea5eb50c0824f861841dd828ba 1.97 MB 1,970 1
888,910 888,910 00000000000000000001b86cd43f33d482c38d16e54ebfe0e8aec36d76c4abe8 1.49 MB 2,852 2
888,909 888,909 0000000000000000000063d94a6c04a17a51cf6cea73ffe371d7148e5bdff6bb 1.43 MB 2,934 3
888,908 888,908 00000000000000000001df0fec548daa2b475dbb471b98abbd2c442dca799625 1.59 MB 2,102 2
888,907 888,907 00000000000000000000096293564d02df0af73f50a4fcbddcc313b66aea5cfd 1.25 MB 117 1
888,906 888,906 0000000000000000000145360394fde2cfdfa7f1b2a204d5770097072974615b 1.70 MB 3,760 3
888,905 888,905 000000000000000000011cb34161bbd1a95adf01bd31af259fb9e4e22682819c 1.34 MB 1,064 1
888,904 888,904 0000000000000000000249d327cd96a549988b9a5216247ac17090c11c132bd0 1.52 MB 2,931 2
888,903 888,903 00000000000000000001931f1a1344dc283334d7a0c5f9e1ecad5f6ca865d792 1.56 MB 3,467 3
888,902 888,902 00000000000000000001cf8e916b810fc826a371e530f691028b46f36f6ddc31 1.50 MB 3,257 3
888,901 888,901 000000000000000000004e31f51e01137f173f43ed7b23e329094333a7210309 1.62 MB 3,497 3
888,900 888,900 00000000000000000001fd313fb6c7dd5dfc73fc20b31cf343f924ea7c6a9fee 1.13 MB 542 1
888,899 888,899 0000000000000000000107550f024f1aa14abed4bd7a9e79de5fa809f3b14435 1.40 MB 1,823 1
888,898 888,898 0000000000000000000270f34f0445036594366d9e83bd87ab8a53dd4b6057c9 1.81 MB 3,368 2
Previous 10 blocks ↓
Total Size: 757.72 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: 702.69 GB sent, 35.67 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.