Memory Pool Memory Pool Refreshing

437 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,459 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 435 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,458 (820,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,839 87,839 0000000000047951400e7458222d63e1d35af638a2339737e50fd225ee98679c 0.00 MB 1 0
87,838 87,838 0000000000146f0b19b433921439f700704152e0f09a5e098a9412b0bc39fa47 0.00 MB 4 0
87,837 87,837 000000000005eaf5ed9c597796118b1533f597f3bab5be17df11fd3a9b52d4a0 0.00 MB 2 0
87,836 87,836 00000000001e75f75fc91a0fe58c2d6b03225eaf3fd52e0d4f6c231f26414f82 0.00 MB 1 0
87,835 87,835 0000000000018c4ccdc3d9859b164c4b2e3ffb33a6a7d997f02cc814eac3a2f2 0.00 MB 2 0
87,834 87,834 0000000000139555b6fb1faf6f4ec20099ba6d452258ac572d71c0b043ec66c6 0.00 MB 2 0
87,833 87,833 000000000009a28c790824b6539c87f135beb2912ead536d686ad57d6d5aff70 0.00 MB 3 0
87,832 87,832 0000000000149499908e03e08b649cb60b096556a181c6e0808c7c7ce42b6dd9 0.00 MB 2 0
87,831 87,831 0000000000178e4ca0f62a9767bb39df3a183f167958a88f7b81c7ab1db4fa07 0.00 MB 1 0
87,830 87,830 000000000010b9bb02064947514b98eaae06870ba498126e5609aa50acb5c72c 0.00 MB 1 0
87,829 87,829 0000000000035b772418f2631b91bb2649b809bca26add914a4d353756e580c7 0.00 MB 1 0
87,828 87,828 000000000014de6686b14e21068866535889bfa0ba0d2eb94f3d9cc2e5e3ced5 0.00 MB 2 0
87,827 87,827 000000000006f6295313c39ee578c23470380b0869d8e4d3a292f0e3016dfec2 0.00 MB 1 0
87,826 87,826 000000000008adb66c33c33d58075210cf81ca34ee7aec63730cacc9ae11da0c 0.00 MB 1 0
87,825 87,825 0000000000147860e9fc374f15bab0c744afa742aaf728a130ac362dc40ca064 0.00 MB 5 0
87,824 87,824 00000000000cca9928c7bb5a1cb779b7679ee79499d43804d28ddb9e47731140 0.00 MB 1 0
87,823 87,823 00000000001415dcf164d06eed0dc744c2e663a21960daa6296fe08ca951d395 0.00 MB 2 0
87,822 87,822 00000000001cf6ef47976e3d72cca04b0a95e8f33e81c58c6ccf53e27962d28f 0.00 MB 1 0
87,821 87,821 000000000007debafff59927722522b0a38766abc942f7ea8bc43c615c1a924b 0.00 MB 2 0
87,820 87,820 00000000000d55f68d49de7820612ee972649efa36878911a1f4d7d0af19c302 0.00 MB 1 0
87,819 87,819 000000000018e936916d21f6eb7e49845973201f2736261df5536aabddfe7d05 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.56 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,777.38 GB sent, 99.80 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.