Memory Pool Memory Pool Refreshing

4,535 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (87,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
820,810 820,810 00000000000000000003c833fc3fece2dd90f472843ff4fa6a915a388ad6623d 1.74 MB 4,021 64
820,809 820,809 00000000000000000000474d3455616df0980837c2d000107245e745446ce575 1.69 MB 4,096 62
820,808 820,808 00000000000000000000f1cd1ed38a3a6c20406a8abfe725cb2b796c9417f100 1.59 MB 3,485 90
820,807 820,807 0000000000000000000147a414f3bbb3ec0da7a6180f1805645d79c68644704d 1.68 MB 3,797 62
820,806 820,806 0000000000000000000313358148ddc1752ceb19c8d9b8d16a526696e020438a 1.80 MB 2,160 58
820,805 820,805 0000000000000000000246c89c0e6cc4e39e18fa15a9083ac3c7eac7ac322417 1.71 MB 3,219 67
820,804 820,804 000000000000000000005f4c51ad4f9a78b28675fa1cde7664ad4236d437074b 1.64 MB 3,041 78
820,803 820,803 000000000000000000020d7d49024c8a478a04bbfb986deff586e1a505b4465a 1.50 MB 3,024 71
820,802 820,802 000000000000000000027c67df0d4a36603d3d75b35684d6d81d04aa769f67a6 1.66 MB 3,960 81
820,801 820,801 0000000000000000000141d7872bf32c6982982c331017fae52907f5f354fd47 1.79 MB 2,189 102
820,800 820,800 00000000000000000002009ef33082cbfaf8bd44f1cbf89404c8ec2eaf85399b 1.53 MB 3,252 102
820,799 820,799 00000000000000000001846865f4bcc8028a84a80242f0593516cda68967eeb4 1.65 MB 3,206 39
820,798 820,798 00000000000000000001ffef9d509710fb24b6b1335028e0a2367302b431efe4 1.67 MB 3,657 45
820,797 820,797 00000000000000000002ed9ea08d99b5a66bc0ec05c92a20b623eef7fdc394f3 1.86 MB 4,527 49
820,796 820,796 0000000000000000000357500837c2f6f1f309042fd64991118eed8eddbae542 1.67 MB 4,319 54
820,795 820,795 000000000000000000013633f54796052ac50fea65abdc7736bc1ec04bf1c550 1.85 MB 4,674 49
820,794 820,794 0000000000000000000036f085a1b056ded2ff765a7a28600cd6e25cb447303a 1.63 MB 4,043 66
820,793 820,793 000000000000000000032b4d3391bf368d28ca566066f47e57e747a74c3dd6a8 1.94 MB 2,409 33
820,792 820,792 000000000000000000037996917e4a2932ecc1e07d2df94e5bfe647a0434ba1a 1.66 MB 3,348 39
820,791 820,791 0000000000000000000202abcf8f12adee754faead43e727694e0b1e83b60722 1.70 MB 3,913 65
820,790 820,790 000000000000000000009955421d766897a8e4581e1a0f3dde8430349abcbf33 1.60 MB 3,657 78
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.