Memory Pool Memory Pool Refreshing

5,667 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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
907,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,090 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (564,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
343,313 343,313 00000000000000000852556a249ff8d0ff4e0151ddd697f5f4040335d896c16b 0.75 MB 928 19
343,312 343,312 00000000000000000652eaaa9333f5e73adebc12459d8ed2dfc6ac72cd95d2d1 1.00 MB 1,367 21
343,311 343,311 00000000000000000daa8b2b38392bba282d0f5749811bdb0dabae3fb5735519 1.00 MB 2,661 38
343,310 343,310 000000000000000002069c40198be80b085ad0d10513cd1ba619d1bdc3e9ff7a 0.33 MB 443 18
343,309 343,309 00000000000000001644d96ff26664caf6a8b79c67245d2df288ace02c9858da 0.37 MB 480 17
343,308 343,308 0000000000000000059a2ca4bc72f01d5f4123a137f467133c4f561729f6399f 0.73 MB 795 14
343,307 343,307 000000000000000000e38cffc3ea1a44108fbd635ce8c9caf1b197f36c7272ac 0.75 MB 1,207 37
343,306 343,306 00000000000000000384903b604e2e7c3c29fed4799a47d005c4a8af85cee76c 0.89 MB 1,248 24
343,305 343,305 00000000000000001426cbb8b341d89642a4b381e2d2abc3d8527054434a40fe 1.00 MB 1,581 25
343,304 343,304 0000000000000000123afbafbd7d51a15e9fee61459f97e162e8b33c963e3827 1.00 MB 1,608 25
343,303 343,303 0000000000000000117e0f3900b318a706ffaa827bd41d8bb74ca26b6f72db74 0.75 MB 1,231 29
343,302 343,302 00000000000000000be836d46595852e0bdc2827983a8aa624ccbe0cf6cd43b5 0.52 MB 659 24
343,301 343,301 00000000000000000acc7e060be46e2ac39acea17415c9b7d0a50ce716d8e4e6 0.57 MB 681 20
343,300 343,300 00000000000000000f941ee1221c839b0101ada9424791b8ded6739fd391ca85 0.17 MB 193 17
343,299 343,299 00000000000000000575586138d616d0e9053b571186e4b4bc83501d8ff1c5e8 0.08 MB 71 10
343,298 343,298 0000000000000000059eef4a0e2279e7ae0c3cfc9bcde602fbbab8c8fcd10de8 0.45 MB 340 12
343,297 343,297 0000000000000000055ee389ba27df181a75e55f6bd771dd9025211a343f4bab 1.00 MB 1,386 21
343,296 343,296 00000000000000001589f0e79cb689ed333d03d2165402547575167fed5841d6 0.27 MB 316 19
343,295 343,295 0000000000000000112472dcd0ebf27fe529f65247997613db78f26e9b59d9fc 0.75 MB 730 16
343,294 343,294 0000000000000000140ab1baef1d549837a3adbc8cef92204fb27917a2ca9016 0.75 MB 844 17
343,293 343,293 00000000000000000843e5f4a53762587bb790e41e53f58065849710ae88293d 0.75 MB 2,027 34
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.