Memory Pool Memory Pool Refreshing

12,372 transactions
3.91 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,190 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (225,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
681,820 681,820 00000000000000000009cb30d9aae7cd40221e257ce03e1a5f2910b8e0f6d439 1.13 MB 781 16
681,819 681,819 0000000000000000000081026fe869845b3283d7cd4dfe263eee39d8c5e97a3f 1.39 MB 2,130 85
681,818 681,818 000000000000000000086aad5e97d7795e34bec28a58f074d2d6e78e9d07a52c 1.01 MB 95 5
681,817 681,817 00000000000000000006932b1e3c67c3cbfd91294fa9faddd2febf7a42c4be98 1.31 MB 1,446 54
681,816 681,816 0000000000000000000115430029d4ded88b5b31daa799cfa862f147dc70b1c0 1.16 MB 803 125
681,815 681,815 000000000000000000095183eb5cb79253a57f732a74298a4db6ed40cf4c028b 1.17 MB 382 23
681,814 681,814 00000000000000000009b760cb6881dad0fcc7a8fc5dd4a1f8a1d3a73ddcf3e7 1.10 MB 290 18
681,813 681,813 0000000000000000000a58a28ef474b930bd01fa397a886813c137b5ac2512ca 1.14 MB 505 17
681,812 681,812 00000000000000000003f05d964374178e837e9dd7b8303d8ea04338823b1e77 1.05 MB 109 7
681,811 681,811 0000000000000000000a28d1505e4e5892b280d13e7b086ced5f1976e7950c7f 1.34 MB 1,524 44
681,810 681,810 000000000000000000038648e2b501feeb421309e54afb11f0d6b09a1630a082 1.48 MB 2,487 91
681,809 681,809 0000000000000000000528af5dd5e7acd87c359809df6271fd59718aae77a002 1.10 MB 430 12
681,808 681,808 000000000000000000006e610509cc32e3389456e42d3c59a7b32d226db7e433 1.69 MB 878 42
681,807 681,807 0000000000000000000d3b01c6f724f62ce1b539380902858431b857b1844e40 1.13 MB 614 16
681,806 681,806 000000000000000000074659eed45b61d39e6d8464fc4edbdbb309f500a3f8bc 1.27 MB 1,377 40
681,805 681,805 00000000000000000009ed55d9bb52281de35b4471701584c60d17bfeec4f2e4 1.39 MB 1,184 35
681,804 681,804 00000000000000000008ff9b1ec3accf6d857fdb6ebc57b358d7335b61820cee 1.28 MB 1,538 38
681,803 681,803 0000000000000000000a5275b00700fc4ecf2c40c27ccaaecb84e3431bbd0c91 1.22 MB 1,526 34
681,802 681,802 0000000000000000000ce391246810ac683e86f02df13e7011369bd7f5c1d97f 1.32 MB 1,545 11
681,801 681,801 00000000000000000005b1964b3f8db696271051e830c69fbf74b6aad9922bfc 1.33 MB 2,146 32
681,800 681,800 00000000000000000000f9da2a00bb870429b1760da6936067e22f9508088646 1.41 MB 1,891 67
Previous 10 blocks ↓
Total Size: 769.01 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,622.15 GB sent, 92.93 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.