Memory Pool Memory Pool Refreshing

10,038 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,090 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,748 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,089 (793,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,812 114,812 00000000000029e7eeee68e17d1b36a55945260d08017e56c2b005dd85158c85 0.01 MB 10 1,342
114,811 114,811 00000000000028c005f866df8de21925fb891b4a16463b1aca03d4adb0327f92 0.00 MB 12 319
114,810 114,810 00000000000086a3fb93cfc284b34761d05d4f64da783225214bad499fad6b0d 0.00 MB 16 1,601
114,809 114,809 0000000000004c664fead8947216a9f1b39340ca14e1097ca37baab74b6bd5fa 0.00 MB 1 0
114,808 114,808 000000000000052cf3e23f36a9b4a5bafdec8accc581d7ee9b2aa34dc1ab9a69 0.00 MB 8 672
114,807 114,807 000000000000b00a66ddeb819e2981961b0cb8fb7e83fc2f4c835113291a6e9c 0.00 MB 2 3,891
114,806 114,806 000000000000a3e423ee3c2886212500b937983d4c7edfc6ec62206e573e56da 0.00 MB 1 0
114,805 114,805 000000000000884f1b378b2d294b09be42f6d163840b0c2b4af5e6606439d069 0.00 MB 14 1,827
114,804 114,804 00000000000033ea4f9b481e059ee4bc952b7ced018216e47762fd25e9f96604 0.01 MB 19 688
114,803 114,803 000000000000d49f5a6be21b7fc82c8d3c0c4b9ab8cb97a8a2e0c68f3a668d0e 0.00 MB 12 3,811
114,802 114,802 0000000000002950ae4e54a25cea61220d0035c2abcd90a34ce828500a15c1dc 0.00 MB 2 3,875
114,801 114,801 000000000000b40ba8b97da1775094c718e5e7e04440e70f8b8f1df5bc2702ee 0.00 MB 1 0
114,800 114,800 0000000000004036d7ad29f775eae9e18f6cc9d282d329ff029f9072f4589662 0.00 MB 11 0
114,799 114,799 00000000000052fa6b2812354e68242f08d9ca3530144c4702e87c586b1d26c8 0.01 MB 17 354
114,798 114,798 000000000000d3115840cea39a2ac06c134d1b44dcc4a8cbea75ba7d9294655c 0.00 MB 4 3,875
114,797 114,797 000000000000146a5e9df0d4944dbde7bdba927728684ba1c88a74bf4bb54529 0.00 MB 2 3,875
114,796 114,796 000000000000260841bf1fb515e247211c1b037fb5a952fb28abc52a03dad243 0.00 MB 9 4,073
114,795 114,795 00000000000075d4e4341fccc60af8f01a7da1c166ddcea466b2468807f863e3 0.00 MB 11 335
114,794 114,794 0000000000006fad888c8693fbbcb919023af50fb81116c1e91fe946d815d68f 0.00 MB 15 1,757
114,793 114,793 00000000000086ec330d0e56a0e3adf7e1cc3b4a009722c4a5a9d035b5e1269a 0.00 MB 1 0
114,792 114,792 00000000000036a97d039776ed08e6ab8f38932c7616c2e05bf2fe457ed7fe70 0.01 MB 23 73
Previous 10 blocks ↓
Total Size: 769.71 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,677.61 GB sent, 96.47 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.