Memory Pool Memory Pool Refreshing

2,229 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,898 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 2,226 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,897 (558,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
349,193 349,193 000000000000000010ecd3f6f9ffa0b25b4b57a0ccb7c5315b26ff27fa146467 0.41 MB 801 29
349,192 349,192 00000000000000001590918198ce2c8a76082ac4086eb4b8ef302f18a2d0b4c4 0.33 MB 568 30
349,191 349,191 0000000000000000117acf788bfc0c7f6f17902725b65c7973b0deeca7cd3ccc 0.04 MB 64 24
349,190 349,190 00000000000000000754a2f4024e6047204104c58c1f7bc27be3acc0ee67e5ca 0.19 MB 364 25
349,189 349,189 000000000000000001b00e0cc1e3fc5fa7ab947f8c6b81965188b6eb0d295924 0.19 MB 345 29
349,188 349,188 0000000000000000117243152caebb143f3fed90770586ca3218547617ec81a7 0.18 MB 446 32
349,187 349,187 000000000000000012941702d1a9b674e6435f711b5de8cea4d9456f1241d3fc 0.29 MB 362 23
349,186 349,186 00000000000000000b21b9dcd078c9492400ebe091b0d01d12f4ddf6aea6416e 0.35 MB 619 25
349,185 349,185 0000000000000000016434be343403ef5c1d48826abbb137a0d17e268b421dbf 0.24 MB 594 72
349,184 349,184 00000000000000000626b137cb0b8e16f86751ef62dc0d31a438b7782ceb219f 0.20 MB 424 26
349,183 349,183 00000000000000000b0f1464a9cbd3624a7857dcd178225e5a5f25cd9b5189b7 0.37 MB 747 57
349,182 349,182 00000000000000000a3efef34b165c820fecec75ac250f922f26f0b113d2e34d 0.34 MB 822 96
349,181 349,181 000000000000000014bbe6c1c658b15e1c6015bdbb515351b86758901de81cd3 0.35 MB 776 60
349,180 349,180 000000000000000003940cc96276c538c1b3c89bc7f6420c98d98197bf36d06c 0.24 MB 405 29
349,179 349,179 0000000000000000091cb6d6b257bed4a9d8ad77b2fbe32f67711fb4e290033d 0.10 MB 108 23
349,178 349,178 0000000000000000125b535a4071ac11c1bf93923ef49e323d902463ffd51c1e 0.28 MB 557 27
349,177 349,177 00000000000000000746f360199a31423434e542bdda3b2a10c80f58678f2526 0.10 MB 106 14
349,176 349,176 000000000000000000a3cd2e64c7d4a5b67428b119478db2531dd43bcd72b3f5 0.35 MB 610 20
349,175 349,175 00000000000000000c22a5dc5d094eba7e3b765fbc3060a63aa528cca586445f 0.75 MB 1,614 29
349,174 349,174 000000000000000016abc72c15f707cd3c7611183a9d18990ba013dfc09f2e13 0.27 MB 429 21
349,173 349,173 00000000000000000f7a9d28539a53f6e316cac49d627c0ae1f41bd30a6975df 0.50 MB 967 24
Previous 10 blocks ↓
Total Size: 769.35 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,643.55 GB sent, 94.70 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.