Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.81 vMB 2,969 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (857,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,349 50,349 000000002437481c1e02537913571e7835a40e634703e44abaaaf2f16e83ff19 0.00 MB 1 0
50,348 50,348 000000002036a6930d077410146651b494fe1fec3712ea2f6f1c8327dd58c7e9 0.00 MB 1 0
50,347 50,347 0000000005663c51db1bf722472f780dfa9f4c727815a9e1fd579f46d33a0e77 0.00 MB 1 0
50,346 50,346 0000000007bfdcfa5c63608680359ff1aca73bdc7a57c202461c6afa4a43de13 0.00 MB 3 0
50,345 50,345 000000000c863bf78383dba1adfd80e2afc59064c6bca5be2075dbee4c5e6d61 0.00 MB 2 0
50,344 50,344 0000000010ba79269d0a68d14a824fa6d601e1e1babb7c0d48059eaaf915c2d3 0.00 MB 1 0
50,343 50,343 00000000235bc50f36eba570c20f701edcd294845170da60b0db93ccdff7390e 0.00 MB 1 0
50,342 50,342 000000002721c6790414eb07d642cf560787ae07974fc07cbe746441a7aa7f01 0.00 MB 1 0
50,341 50,341 000000000feb7ac412e72883272cee352dcf4456959092ba772fb949bd738ed7 0.00 MB 1 0
50,340 50,340 0000000002bbb37ebd9b6883f8defa3587b6552e4d651dfb980ea6734fd20657 0.00 MB 1 0
50,339 50,339 0000000021b8eaff8f454c43917f4387995da2322d2355618698b0d86f956d58 0.00 MB 3 0
50,338 50,338 000000001363b5f34932de996cca441f77b8adbb4ef66fe219b3c7790807bafe 0.00 MB 1 0
50,337 50,337 000000001fc6bb794b4b989457debb0364465e5d82c6da0f44231dc39d6aed40 0.00 MB 1 0
50,336 50,336 000000000bff18903e65beaa126e9cab9c4ae950172417596a7f68974df06a61 0.00 MB 1 0
50,335 50,335 0000000010784d912f7d0a9c23fa275585f2d7ca56de220e8f4bd17155b5ec49 0.00 MB 1 0
50,334 50,334 00000000197162ae38aa8c0c0959467b076a91c46a1391e6d9254f76a63f1e4d 0.00 MB 1 0
50,333 50,333 000000001091c21bf9bda8866fd60752b53cb0f30be9122565568ca6def6e6b6 0.00 MB 1 0
50,332 50,332 000000001233050241372cb4e0fbd244185737a4b708189a559741d15d455b88 0.00 MB 1 0
50,331 50,331 000000001b1dd5047102091428418a0606f9d1e76137e01f6fe4a1cc919c9ba5 0.00 MB 1 0
50,330 50,330 000000001ef0452d2460a52a9176ebc7aef75c3874d5c40cda26de1eb1db6fc5 0.00 MB 1 0
50,329 50,329 00000000047353dcc399524aef8c4ddf49c4864b78121ebedb9fc01be9612730 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.15 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,632.64 GB sent, 93.64 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.