Memory Pool Memory Pool Refreshing

1,467 transactions
22.94 vMB
Show Random Selection Loading Transactions
Max Size: 92/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,315 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 1,230 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (905,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,232 3,232 000000006e6beb21a9b43035cc1db8a2fc5a31e8ca6df2935c522977c8258a49 0.00 MB 1 0
3,231 3,231 0000000076408cdaa9d8fbb05251fd29fd0c1160c38b644a47a4e495521a3c03 0.00 MB 1 0
3,230 3,230 0000000076c21f273b8a5ee56437b29190fd820cc8fbb8c4020e9c60a35ffe91 0.00 MB 1 0
3,229 3,229 000000005efa045324071de29a6ec14b436d661dc1d5342229f638e3625f8161 0.00 MB 1 0
3,228 3,228 000000007d626f305f95eeefe3749698a9f0e3c478a31a9692e503eb396cffde 0.00 MB 1 0
3,227 3,227 000000000e33b16c879b77e0b44b831345d744bcce5875665d80ad175dabd11f 0.00 MB 1 0
3,226 3,226 000000007606feb4a137da68d4c5d49c5f65ed0c8dd0a9445ac17cbc79eb2a4c 0.00 MB 1 0
3,225 3,225 0000000075f8e3f80475a02d12f734a947d99c8be55a7e884fd0a615982fcd63 0.00 MB 1 0
3,224 3,224 0000000018e47c40744098734975d694ea51f7be28382c5091ab7efbdf76c854 0.00 MB 1 0
3,223 3,223 00000000c9a0c1a8f27d4790dc66a7519b45e5f3fe284eab3efd6958e1a5cb49 0.00 MB 1 0
3,222 3,222 000000000f8bfdd6bc2b93436abdbe8fa7dcfc86bc40a6ce697efd874d9dd894 0.00 MB 1 0
3,221 3,221 00000000fec4d1033bc750395d89a151b6c28615218aa1b6d7e519062bcf50b5 0.00 MB 1 0
3,220 3,220 000000000bbccfffd24cead315d5975f5c6d1fefebe9b76219f0bd429d841567 0.00 MB 1 0
3,219 3,219 000000001e2d9fb69a7674c9e99cea651f9a9889f6bee7d49a55001913720da7 0.00 MB 1 0
3,218 3,218 00000000cbc60a6c6ea5ddedf0f029d5e62ead417fa74591cb48d1fd07cebcba 0.00 MB 1 0
3,217 3,217 000000002372cb6ea0ea8053799c90a1377980a3560cc8d37abb2eb1817c0eaf 0.00 MB 1 0
3,216 3,216 00000000d0f0eaae29cb6081cd4e842668b59d638aed0355a0f67fd11e1d55f4 0.00 MB 1 0
3,215 3,215 0000000048287f3247a279373967e982abe45d08edbea282691b2a5018261014 0.00 MB 1 0
3,214 3,214 00000000490b2e02c33bc577ca3feb0d8df1653663b6b4ec95a0e1723cce9f57 0.00 MB 1 0
3,213 3,213 00000000310b0b5dedec0105d997d31402b7828b6417d1a2673b9a86596a694d 0.00 MB 1 0
3,212 3,212 00000000171ac986401d1fa44eb0584fcff7f4eb7f62b4ecb14e052f634180a9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.33 GB sent, 98.60 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.