Memory Pool Memory Pool Refreshing

4,535 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,071 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,127 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,070 (895,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,144 12,144 0000000043d846ea7bda1f5881ca6842658e454d32d4fcbbb23a48cf77413c6a 0.00 MB 1 0
12,143 12,143 000000000bad0f5e0449a090ed9137f68a2846bb60165dc24ced13629b034ea6 0.00 MB 1 0
12,142 12,142 0000000004432502f35cb207f7182551e31aacd70f4ed5b56b6d9146b14e0a23 0.00 MB 1 0
12,141 12,141 000000005d2616ca6e0c0234a259077ba7555d34938a2330d0848e71b720ce28 0.00 MB 1 0
12,140 12,140 00000000824761513433920303af8ec04ce167e5393840a821ee90c31f63c006 0.00 MB 1 0
12,139 12,139 00000000133fe721d720af02012d56d174c233622506bd363016e10934469dd4 0.00 MB 1 0
12,138 12,138 00000000c9be3f726e2f514a5ea6c18c135fbd1651ab8629a51b15e1e961216d 0.00 MB 1 0
12,137 12,137 000000004db16a9c32e9819c6f8fa7e6048b3f6d8366378d8ab0db4de5c6f4ec 0.00 MB 1 0
12,136 12,136 00000000bbe247ebe7597aa526cea3e7adacac0af556ef786c2b2260ff75d2fc 0.00 MB 1 0
12,135 12,135 00000000ceda8daa61216341010bf35c0ba57ad88570afecb1bfccfaeca5725b 0.00 MB 1 0
12,134 12,134 00000000040bad10bd333836c19b215138f2802fcd5efd28936a2364bdf69d37 0.00 MB 1 0
12,133 12,133 00000000983526b8f3a0f946fff402570026dc95788e09ffac377c2fa5394c7e 0.00 MB 1 0
12,132 12,132 0000000019cb04c14c62fe554fe2d930746ea2dee7ae675ea60cd9cfab57db80 0.00 MB 1 0
12,131 12,131 00000000dabfa9c8a2411d8e0b863ff56d1f28d9b1bab69e2615798aa4326067 0.00 MB 1 0
12,130 12,130 000000000c882c155a734f68c4827c4f718a5d09fea07f8e5d1687fec98bdd29 0.00 MB 1 0
12,129 12,129 00000000a445c76755667c6c3800a2e6f256b9f82d0922d609ea2219704eb6b5 0.00 MB 1 0
12,128 12,128 0000000076b46019bebf5d7e78e0396954da2c43714617e8bdef0dfe77699f2b 0.00 MB 1 0
12,127 12,127 0000000084eba86efbf0ca18393908bac65189ae2343dbd89a223ff96f74c275 0.00 MB 1 0
12,126 12,126 0000000090378f9cda820eb0e0e04deba2a6128b0af7a8f54df99bb79e596aab 0.00 MB 1 0
12,125 12,125 00000000bf21db7589747265fd87d13c72b97fd008009c9ecff5c9c6c40fe0b0 0.00 MB 1 0
12,124 12,124 00000000e255e6f9cb68c3488e27b2be112e3d716add2cceb8df0fe1fb681800 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.68 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,655.06 GB sent, 96.27 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.