Memory Pool Memory Pool Refreshing

7,375 transactions
3.70 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,770 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (534,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
373,588 373,588 000000000000000002bae50dc0723d71ef6e33e74d49c95a210746a9fed4393f 0.68 MB 232 4
373,587 373,587 000000000000000008b890efb47461c4d0834afb646615caa19c8dc454d1e651 0.69 MB 953 23
373,586 373,586 000000000000000002abde409127d83259fc4e5ee3fdadb05590f37891281aaf 0.75 MB 1,829 48
373,585 373,585 00000000000000000c1370b8575ef9baa3758ed5a1a191fb64bb7d9c6b53825b 0.19 MB 373 38
373,584 373,584 00000000000000000d7b88365885a3cd27485ffbb12d8c250f9bc6931f492259 0.95 MB 792 16
373,583 373,583 00000000000000000c2fb99889ea7180d61a893d1bda3ef857fe436a6bf5925a 0.71 MB 1,460 53
373,582 373,582 000000000000000004132ec88785501298a4c2f9e23efb1288d7b27938c7f3ec 0.90 MB 134 2
373,581 373,581 000000000000000007a47458fd1b32051fef2da57cd218b698f0721e55d0fd77 0.94 MB 1,140 22
373,580 373,580 00000000000000000e0e87dafa5db5c2eb63b819029f24a9e0f2c92b337acfb4 0.95 MB 553 7
373,579 373,579 00000000000000000c13e5d19800a36e776f3af0e315303985a4d70c03897ae1 1.00 MB 1,748 28
373,578 373,578 000000000000000004d8d92b2a86b0f241edf2441d0bcf6b91fcb2fa2dff30f2 0.00 MB 1 0
373,577 373,577 0000000000000000071f2691890b078cab06324469e562b20df9b32b85e5e6ea 1.00 MB 2,379 54
373,576 373,576 00000000000000001169918c90d920add5facd47710bc141c6a7d9161ec69e8d 0.93 MB 1,854 49
373,575 373,575 00000000000000000ade63afad0d18d32b36d9d187b08aed1633bc9cb2aee468 1.00 MB 1,537 26
373,574 373,574 00000000000000000ba72a6707bc834dd6648229ab47dee5add6455f1bbb4c35 0.85 MB 1,868 53
373,573 373,573 000000000000000013120ce30e1567631a8ef2c9b89235e04352a086033753bb 0.04 MB 118 42
373,572 373,572 00000000000000000541c33a8d6897b07767f14dd323403188cefa93178219c9 0.72 MB 381 8
373,571 373,571 00000000000000000f4d3d612d45556fe6069378d098042ef28a919da33989f9 0.95 MB 1,463 28
373,570 373,570 00000000000000000aac0f57e740359ee595681e0b345031c498a9fbe07ef2c1 0.93 MB 2,021 52
373,569 373,569 000000000000000002d14e8f9002cc8bdc5340ec7b373c4854e738fee4ecf33c 0.93 MB 1,539 31
373,568 373,568 0000000000000000080efaaf541a4b4b5514006d93a7f14dac6eb1594fcc1d21 0.13 MB 223 48
Previous 10 blocks ↓
Total Size: 769.03 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,625.37 GB sent, 93.03 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.