Memory Pool Memory Pool Refreshing

246 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 244 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (583,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,172 324,172 00000000000000001f0d04d2eea28c87b458c4be383d34948bc356df091ed725 0.19 MB 361 36
324,171 324,171 00000000000000000705694d7fb8e78a4236f755f1dbf5c198152e93121fb200 0.36 MB 621 27
324,170 324,170 00000000000000001f81a4143be81ebaa122fcddce15a34068717f552145ac61 0.20 MB 376 28
324,169 324,169 000000000000000014f001259d841c82d99f06676de8b230a83594ea96a518e5 0.28 MB 382 19
324,168 324,168 000000000000000016ec100949d8e309ff11ecbe7b3fd652ca6a26a0766181fa 0.08 MB 183 27
324,167 324,167 00000000000000001c4ea4f2780c0817ec09cfb6a09f6304a08490275f174101 0.39 MB 819 32
324,166 324,166 00000000000000000aeec2f696275667eaf0d110f3a55922c2a58fcb9c0de803 0.64 MB 1,013 27
324,165 324,165 00000000000000000c9317b9da8d67ef4d0027f6cac6bf0380c26d4766d73924 0.31 MB 375 22
324,164 324,164 00000000000000001fa55245e12a261f13338820f5dbe62806de43eaadc558ed 0.18 MB 512 50
324,163 324,163 0000000000000000034455ae9b6e3e6d08ca6a4dd538f3a3c42b4cc88de19cd9 0.78 MB 1,274 29
324,162 324,162 00000000000000001d23a10da8ad58319a69fe45be6c81a11e8b9d307a7bb975 0.66 MB 1,289 38
324,161 324,161 00000000000000000e11a0ed214cf122efea0fc029d308dcfdf9f35b45464df1 0.37 MB 614 31
324,160 324,160 000000000000000010087398d444c4cd8edafcc53ea68635d2c325fc28531b5a 0.06 MB 123 12
324,159 324,159 0000000000000000161bc2e8e46006a574a39b3834147818eb8065e4549a92b0 0.18 MB 342 24
324,158 324,158 00000000000000000baea7954d4c8b386d2a3079d0f587b29c4be7202adf37cd 0.53 MB 695 26
324,157 324,157 0000000000000000163661e7866eb97375c3e82f3b3c339d310334bec2d33781 1.00 MB 2,314 32
324,156 324,156 000000000000000012fa6dcefe3a92ea12843de25debb9e0d1de62e70651ac24 0.27 MB 423 21
324,155 324,155 000000000000000009fcc0e7d2aea0d7d5b37335854829608f1c2113c87f1c73 0.66 MB 915 23
324,154 324,154 000000000000000004e468d7b09cb1db405844ec9621d4522baef1b9edefc45b 0.50 MB 1,326 41
324,153 324,153 000000000000000003a3997239fda14b3555a146d5be8544cc5426b56f9d4064 0.19 MB 328 24
324,152 324,152 00000000000000001deb8c9a7f73a660d34b55a9f9ba2e51679f9e806a176d28 0.31 MB 503 27
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.