Memory Pool Memory Pool Refreshing

3,428 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,276 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (906,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,339 2,339 000000003b2a9ac3f0efab472b9ceae68fa38e2d629e9a41defcf9969f60920d 0.00 MB 1 0
2,338 2,338 0000000077972a815618cc4c5070715be0dd2af487410e9a381b6e96d96fda16 0.00 MB 1 0
2,337 2,337 00000000621d217b83af87dcb7814936aa60bebaa1af67f6434944bf78a0fbf0 0.00 MB 1 0
2,336 2,336 00000000fce4189472e39f5ddb9d08d00b9f4004e2d1e962b93e0e4bdc4e3d7b 0.00 MB 1 0
2,335 2,335 00000000f63adf93c21fde4b58eeb6e1b605e763b542641209563c6f53f18db2 0.00 MB 1 0
2,334 2,334 00000000005c71ed36bf631dd20841b2745cccb29d620b75f929738dba5d3e96 0.00 MB 1 0
2,333 2,333 00000000783ce6fe6b2880adced900649c851851630043888079c76fbd3d670b 0.00 MB 1 0
2,332 2,332 000000008b352dceffae1085aff7a87bdaab4fc553418d0dbbab0a8727f19b02 0.00 MB 1 0
2,331 2,331 000000001e090ce0b60d8f264dc4efa37e4e5f3126b1d362cc9638c8068c352e 0.00 MB 1 0
2,330 2,330 00000000fab2bdd9e97cb14d98dd77aed14e4cfef22963e6dfc3d2c52c5e9443 0.00 MB 1 0
2,329 2,329 000000001c8642a2b4c7572de6ac52fd45ad50c422931c74defb37e30219add2 0.00 MB 1 0
2,328 2,328 0000000091a3058f4ac09246f2fafcefd2502ed6fa2182a5b7d5ed59f12cc4a3 0.00 MB 1 0
2,327 2,327 00000000d8329d19dc2c16ef9f2c6b060e52d363c3d7f41c77632f6765b87859 0.00 MB 1 0
2,326 2,326 0000000014a9f7ae544cbb2bd87caa15abd342687c0a70e125cf4e65a48a79c2 0.00 MB 1 0
2,325 2,325 0000000068bca7204f5b11298a2e241f12a8ac466aa67865536ce52e928e2e40 0.00 MB 1 0
2,324 2,324 00000000c0eb042f3e6a51a8c5f4f0c0350724affae79436f0fb315b94ed8cf5 0.00 MB 1 0
2,323 2,323 00000000ccb320a356fdfb47e4cd9ebb22e4c294e23bd316aaeaef1701058c9e 0.00 MB 1 0
2,322 2,322 00000000cb47a64e56fd6b5281024931710888376df90d9f8dfbf706275bfb98 0.00 MB 1 0
2,321 2,321 000000005a3e48ac94931820ecad2e423467232c48b9258501994ff61a548ca6 0.00 MB 1 0
2,320 2,320 000000007c10649de417536ee07de1f01c0626c12b7ba2e4d5fbba3795eb1a69 0.00 MB 1 0
2,319 2,319 00000000303a4583fd6758b31198cb8bae8427dbf62f879a0848539a6a5376f0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.63 GB sent, 101.73 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.