Memory Pool Memory Pool Refreshing

2,447 transactions
0.96 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,979 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 2,424 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,978 (793,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
114,791 114,791 0000000000000de3e1117bb25a9d884422b7a6fd5ca51c0e95e8640eb398978a 0.00 MB 15 3,586
114,790 114,790 000000000000dc1a22f1af305cc4bbcf31927e2fe43094dd3269341159a1ccd9 0.00 MB 5 3,879
114,789 114,789 000000000000232f7c8588641d1ee0d00f175e517a33949cd0b3463927b79c07 0.00 MB 3 3,875
114,788 114,788 000000000000cc2b1711a88d71d73ad6d86913991f56d3dbf7f27c49fc8bebf3 0.01 MB 17 1,398
114,787 114,787 0000000000007a61946c72d80ffbf4e4e334fc56d55cd7d0d78d219bec689d5b 0.00 MB 13 1,228
114,786 114,786 00000000000056bda9da328f6293671a05199f36b887e9d270a5a6c7f6408502 0.00 MB 11 1,068
114,785 114,785 0000000000000ed9bb2f088c626f741771d3dd129325d6a90b84e83a3a350122 0.01 MB 19 2,219
114,784 114,784 000000000000b92bd346c12e3fcdbf59b4de79035de95d2d483c1603464ce1e0 0.01 MB 22 1,385
114,783 114,783 000000000000602c73f5c885aa819105cf8c579be940ee8cd002dbadeeaa5399 0.00 MB 1 0
114,782 114,782 0000000000003874b5d5409873c58399c0b3fcba6f92c45da6ebd750cdd427a5 0.00 MB 13 1,525
114,781 114,781 00000000000044dc30ef411392aaf36c2feef43b276a006a173b9b0ba2328deb 0.01 MB 13 0
114,780 114,780 000000000000a02fa0e5c37b00ef9fff748e8dfb44f621da77bc69ab8ce3fe60 0.00 MB 12 355
Previous 10 blocks ↓
Total Size: 769.51 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,647.07 GB sent, 95.46 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.