Memory Pool Memory Pool Refreshing

2,266 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.60 vMB 2,263 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (889,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,808 18,808 00000000eed740bd15a0a7f7483ace83dba38c799e553c6c745b541aad663578 0.00 MB 1 0
18,807 18,807 00000000d18d2b85a73db13892a2d71e4b2935381f7ed324cf9404b8ddb98ec3 0.00 MB 1 0
18,806 18,806 00000000dce9a3c487f48418393a1a98cfca7d768195a21621e8559660426819 0.00 MB 1 0
18,805 18,805 000000007c07c5b165fb40370070bd1e7995c807ac2ad0219165ad112a5ccc75 0.00 MB 1 0
18,804 18,804 00000000042c855acbbb25876338e25efb7aec435a0081120924b6d7b4d3c8f0 0.00 MB 1 0
18,803 18,803 00000000f5c1989bc99adf1f4d2d81a04fdfb838441426068348d7a0c6252251 0.00 MB 1 0
18,802 18,802 0000000080b1d552c3d1386a8b086994cffe600a0b3f7cfcfd4e3db52651d8fe 0.00 MB 1 0
18,801 18,801 000000006bd07bdbe6f5bce1cccc68c72170a63cc1fb6c2e1cffe3e59fa2303d 0.00 MB 1 0
18,800 18,800 000000001e80782f725bd0932dbe0fe88bb9484452143ee0d6512ec6bc6d27d6 0.00 MB 1 0
18,799 18,799 000000003d37065eed789925545555a0b6ed2521a7de9a083a0b2a75c5f4e50b 0.00 MB 1 0
18,798 18,798 00000000ff75b8634838e913958eb3fe2ddfe68e26d06b43aa10d198f1b9e0c8 0.00 MB 1 0
18,797 18,797 00000000019cd075b992d01e58c369746fe0296b6c101cfc7cebe3cdd3510c73 0.00 MB 1 0
18,796 18,796 00000000ef9d254b5a6bb4154bc137339bfe859f53a512f9d107e3030872131c 0.00 MB 1 0
18,795 18,795 000000007909bb5c33ce94f6a237b298276ec73bbd762a5ca1c3c2548ffcee73 0.00 MB 1 0
18,794 18,794 000000008856b5685b40d64ebd8126f16f7ce4776fbf31f714d6c9088f86e46f 0.00 MB 1 0
18,793 18,793 000000009c2d7778b3fe9567443ce32dc8ae6a97f323f867ca4dfe4b2cb06d5c 0.00 MB 1 0
18,792 18,792 00000000ddcfbacf26915342bfbf0af941d25247e0aea70691c4957fe6a15204 0.00 MB 1 0
18,791 18,791 000000000bc9b0bc1c80d88d71ac93175e1237c031e0c42165da78d65ec73a4b 0.00 MB 1 0
18,790 18,790 00000000553431cdbed82fb5b50d6250aa6ae198b444685ab8bd556209e7a53b 0.00 MB 1 0
18,789 18,789 000000005d15813613951acc2fbdf15fc826ae3f8e5f645167bd470238d9b733 0.00 MB 1 0
18,788 18,788 0000000081f85fa7e31999786c27cb0c234a5ea753345f9c71cb37c957262819 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.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.