Memory Pool Memory Pool Refreshing

3,040 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 3,014 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (82,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,124 825,124 0000000000000000000356b1788e93f552e6eabd789db5df68358a6a6b186085 1.88 MB 3,295 93
825,123 825,123 0000000000000000000082de112565115d25c8078c2d980fd50d7ef824224236 2.29 MB 3,097 53
825,122 825,122 00000000000000000002cb1d88071f0f56963563cd8518edf6140c2cafe71c97 2.14 MB 3,289 79
825,121 825,121 00000000000000000002f071f61ae60b1cbf90737fddc6b6eaaef4e9a73a425c 2.02 MB 3,167 93
825,120 825,120 00000000000000000000ed8bf9a4a2aa8926f66b8d9a5f2887b8dd513983922f 1.94 MB 3,246 117
825,119 825,119 00000000000000000000626db9414f64ca0f3fae359dfb7cf15c4ba646962a29 2.02 MB 1,913 54
825,118 825,118 000000000000000000006f426ddc60507b896a9db5af48e39bd897a027a331a0 1.87 MB 3,408 61
825,117 825,117 0000000000000000000204be6db3bdd9a0bfcc0110904f743b817489ce9812b3 1.45 MB 1,774 36
825,116 825,116 000000000000000000016ea40ff69577a3bc6e5362ab3b8ccf364476a0250333 1.64 MB 3,169 60
825,115 825,115 000000000000000000029b60290540f347ebef603afd199483b973587ab8aee9 1.65 MB 3,199 49
825,114 825,114 000000000000000000006cf1954a20f8c0295bc9ebb46c4e766508ed7dfc3ecb 1.65 MB 3,233 63
825,113 825,113 0000000000000000000031a7a36829afb24ae0831b99c714801f658c3b0aed6d 1.33 MB 1,675 36
825,112 825,112 0000000000000000000283a2ea1beb7d8b420e2b97ae7eff17d7dc3071abeebc 1.66 MB 3,484 53
825,111 825,111 0000000000000000000311ecc849a459815ce2caf82280c8be721fe8bb7023b9 1.69 MB 2,971 55
825,110 825,110 0000000000000000000205ec52b162e71d45c244bee76be4628c27b9427cce12 1.31 MB 770 32
825,109 825,109 000000000000000000038d19e0dc90d42881c8492c92a64a22995a43826211c0 1.75 MB 2,546 39
825,108 825,108 000000000000000000037b1a17b4d0ba935d8884bc3ed1ec435a0172868cf83b 1.68 MB 3,238 79
825,107 825,107 0000000000000000000329e50cca1c1d98f32b34cea54264ddc261119bb776af 1.43 MB 2,139 30
825,106 825,106 000000000000000000015d79f4bfbedc7ce0e25e380ed90ecfd033900116c6c4 1.74 MB 2,886 52
825,105 825,105 00000000000000000002f30227191dc7567886152e2c6febeadd4b41c4e8a682 1.60 MB 3,305 103
825,104 825,104 00000000000000000002db55e0a7e9ab4f9e4fad06cac708ee2caffb447bfcd5 1.60 MB 2,920 37
Previous 10 blocks ↓
Total Size: 769.22 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,634.64 GB sent, 94.03 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.