Memory Pool Memory Pool Refreshing

2,638 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,757 (358,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
549,265 549,265 0000000000000000000343c3ec6a3e48e23b736ae64e717629fd9931b1836c52 1.23 MB 2,537 11
549,264 549,264 00000000000000000022a3a5dc6d8d2fdadd857e305c71fcd3d83965fd2103d5 1.37 MB 2,363 15
549,263 549,263 000000000000000000044e0909831ecbebc0e354df39b74627882152938b336a 1.28 MB 2,342 17
549,262 549,262 00000000000000000021a60cafbe6e81d9a5bcac64813f44d2383d90d0fe0806 1.18 MB 1,954 23
549,261 549,261 000000000000000000076ce64fa99e29bfc3f3f31989f63ff28ebc8354d3e57d 1.08 MB 3,094 3
549,260 549,260 00000000000000000012b1fb28f38ebe1a426c5a9179237a1fcf305b581a5286 1.19 MB 3,286 9
549,259 549,259 0000000000000000001af21717e1c7c34484393cedfd210a418a6d2aec5eba0f 0.85 MB 1,413 9
549,258 549,258 0000000000000000000e5f2ebffe904638f4d1a6b98d18b43e3f6cc136c7b8e0 1.20 MB 2,874 25
549,257 549,257 000000000000000000211930ca577c9a325262c26c51d2890c7326963e9b6921 1.28 MB 2,749 10
549,256 549,256 00000000000000000024210f9d010729132ecdca439fb10f992c79a492cf4a75 1.26 MB 2,774 27
549,255 549,255 00000000000000000010080a66f06d2a7801cb3110803814e77fe4f1dc61ac5d 1.17 MB 2,699 7
549,254 549,254 0000000000000000001d4141426462fb3869dfc6853d47fb592ecbaf9a7cf21b 1.22 MB 2,937 23
549,253 549,253 000000000000000000025bd724819cebf444d78f471785ab4bf1d86e8142da29 1.20 MB 1,175 7
549,252 549,252 0000000000000000001a15cfed525088e22117527ca522b48c7e68b183d2d9cc 1.11 MB 1,681 10
549,251 549,251 0000000000000000000dab0732f9f22f514489fb0528ab727df0a7005ab7d34c 0.32 MB 735 20
549,250 549,250 000000000000000000148f2769f578f501398edbbd375b4d855ed27216dd96bb 1.12 MB 853 2
549,249 549,249 000000000000000000173d635d938d624419b946b4b08fed35d0c0e11747b607 1.12 MB 2,491 8
549,248 549,248 0000000000000000002329ed8f2ee0d3d44daf71e612604a0ba72e49c9c20393 1.23 MB 2,558 24
549,247 549,247 0000000000000000000a08e5943d309c0372a2b40f0a6d2adecd7d3956095b1e 1.12 MB 2,598 8
549,246 549,246 0000000000000000001e048ce62fc6b580eb7628b80f791c4c8cef213d8a9144 1.12 MB 2,323 4
549,245 549,245 0000000000000000001a8d9570c14cf04d25401dadab7b263873197256cb2d95 1.21 MB 2,662 20
Previous 10 blocks ↓
Total Size: 769.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.35 GB sent, 93.35 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.