Memory Pool Memory Pool Refreshing

3,287 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,896 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,653 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (61,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
846,288 846,288 00000000000000000000edea27d555bde1df1c44fed8b5da9ce1288fcfbcc7e6 1.42 MB 3,910 26
846,287 846,287 00000000000000000000b070c0691b8dc390b95f1d35514dc479efdd292db7b4 1.66 MB 5,946 17
846,286 846,286 00000000000000000000d54fc54e76d2c5e2ffc3741c74172786396f9fa2eedd 1.64 MB 5,707 16
846,285 846,285 0000000000000000000285a75243452d254b6c03900db6d96300c03be2c701e6 1.67 MB 5,347 15
846,284 846,284 00000000000000000000db5009b2b909706f1e40089a3c74f1df96c23085d07a 1.47 MB 5,355 19
846,283 846,283 00000000000000000002d58efcb8a164f41e6c73406a5c9eb69f5842f9cf48d1 1.52 MB 7,264 14
846,282 846,282 00000000000000000000225723dea32fda1a98350a6eb47126a00596668fd767 1.68 MB 6,559 16
846,281 846,281 00000000000000000000ee4b7d3c427e358ff07392953a0fde3f2f4b2a7de883 1.62 MB 6,366 16
846,280 846,280 0000000000000000000296bb118a6cb7ae283b7d85c18335901b16742079134d 1.50 MB 4,874 22
846,279 846,279 000000000000000000016a105c971e137c4d0e527e6da74c25549b124c3d4394 1.66 MB 6,983 14
846,278 846,278 00000000000000000002dfdec0128767130197235d745eacc64660b7f4ce034d 1.41 MB 5,810 18
846,277 846,277 00000000000000000002f751275af96b7c3879571d46a0415372322ef78634b1 1.42 MB 5,055 18
846,276 846,276 0000000000000000000191fa592ecefa9f4265a59250c75cda71f9d8ef9850cc 1.50 MB 5,012 22
846,275 846,275 00000000000000000000e4fde4b5865c3a561c8f17d942cd811f3d6eac291d1c 1.52 MB 4,137 13
846,274 846,274 000000000000000000021fa552a2bd66c104211bf72d96733e987e103b5ff965 1.64 MB 6,011 14
846,273 846,273 0000000000000000000343ae2bd60f72494ca958977d43fab018d6fcf78f4d25 1.51 MB 5,113 18
846,272 846,272 0000000000000000000090f5a17a097f3f1710fcc438f55ac98e40dde3625418 1.53 MB 5,878 15
846,271 846,271 0000000000000000000131767094ed7da74799f16fc0f0b521e8fe6e5210315a 1.47 MB 6,476 17
846,270 846,270 00000000000000000001e3ef57f092abbc50ec52e13ed9d0122f1cc6135b62d2 1.46 MB 5,380 19
846,269 846,269 000000000000000000033a06452715bc2b3a309c9d1b8b3d351b92659115d8e9 1.54 MB 4,410 20
846,268 846,268 0000000000000000000310b39f9bcb1e2ecd95fc45194f0684b9852c8faf1d02 1.76 MB 4,549 15
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, 114 incoming
  • Data Transfer: 1,643.47 GB sent, 94.69 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.