Memory Pool Memory Pool Refreshing

5,947 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,899 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (3,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,813 903,813 000000000000000000007baa43da74c78fbb7dc6b4bf5f1ef16d800a3b884051 1.53 MB 1,504 1
903,812 903,812 00000000000000000001e17cafd50a39b28ab9826d35fe2d2010cc506596f9fa 1.60 MB 2,435 3
903,811 903,811 0000000000000000000202f7c811550caf6d12d5c8042b339b2a0ebc42bd68fe 0.73 MB 1,475 1
903,810 903,810 0000000000000000000026e6a5bdd15ed4fce3176b8468c6cda1cb218c4d51b3 1.56 MB 1,656 1
903,809 903,809 00000000000000000001facebb55c1b43750918ca4b9943ec41ecf8a2b342d54 2.13 MB 505 1
903,808 903,808 00000000000000000000e33ae49d182d5468236ef0b9099132694c5164fd8d3b 2.11 MB 577 1
903,807 903,807 0000000000000000000106790a535a003c223749d272b7e4ed26045d223130da 2.04 MB 405 1
903,806 903,806 00000000000000000001f177aec93261dbc3653965f60d48fe4f4e38363f1ca0 1.06 MB 388 1
903,805 903,805 000000000000000000023a75a2fc1416e0bf400be8eb22b724d1bb3fce70346c 1.31 MB 1,737 2
903,804 903,804 0000000000000000000228df283cbfef514171fcc6746899cec2d09bc923e80a 1.08 MB 550 1
903,803 903,803 000000000000000000013d44b4d0357e0619f31ab97249e339758c9809d02ccc 1.16 MB 633 1
903,802 903,802 00000000000000000001418d9759bceaa7b3eec6b01324534ab5d131624b7599 1.75 MB 1,403 1
903,801 903,801 00000000000000000001a392305cad9e1060a55b73c125af572cc9554d60fde5 1.35 MB 2,612 3
903,800 903,800 000000000000000000008b3404339ddcfb30d6daaac07dcdf0088a2f2280af7b 1.60 MB 3,363 4
903,799 903,799 00000000000000000000be967cda0c2d1e37dae1b481911587fb763ce822a773 1.26 MB 961 1
903,798 903,798 00000000000000000001261d3e2a8eda5b588812933ae62c91fe9a27e54a7558 1.57 MB 2,103 2
903,797 903,797 00000000000000000000416c6397a8b4d69dea8acc8ec7a0b6c9d06844d2ebd2 1.56 MB 2,492 3
903,796 903,796 000000000000000000005d7e3fd8263802c890398bacd5eeac8058c0eaa4c636 1.75 MB 244 1
903,795 903,795 000000000000000000016e56cca4528c78bd1ede2dc1817bb6f7ef37686a45a9 1.64 MB 1,521 1
903,794 903,794 00000000000000000001860e779f8ede30fa1dbb97f0219a57815fed2ad82fa5 1.57 MB 3,289 3
903,793 903,793 00000000000000000001fa7ce20f56b7056b27c4795649088164d3736a917fae 1.27 MB 1,610 2
Previous 10 blocks ↓
Total Size: 769.17 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.87 GB sent, 93.74 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.