Memory Pool Memory Pool Refreshing

3,828 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,618 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (362,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
545,129 545,129 0000000000000000001cf6e1ff989432127317836620ba895ec6a6d69d2d0f55 0.84 MB 1,034 9
545,128 545,128 0000000000000000001624b694868fe69e52645f675405fcc6f9d223f3c84313 1.18 MB 2,190 3
545,127 545,127 000000000000000000156451e710c349729ea458168a8d169279484676276b29 1.20 MB 2,868 21
545,126 545,126 0000000000000000000c890b567b1a264c42dc01120562f5f3d5f8c607eb8248 1.20 MB 2,934 23
545,125 545,125 00000000000000000020fd80ff7dab05b006bcd2fb7bce3fb701cc2a7b4469a8 0.07 MB 95 10
545,124 545,124 0000000000000000001de072a11767b6439d737d24344072b8811c5bbcb7a212 1.09 MB 1,918 16
545,123 545,123 000000000000000000209948578c95bd5cade64ca0934fd20a95550657df69a4 0.16 MB 49 1
545,122 545,122 0000000000000000000800157ccf3bff2e9bdf51c48d8d1103cb8dfe076ef47e 1.22 MB 2,268 17
545,121 545,121 0000000000000000000b5a088e1f8c685220b5bcd869c1558fbba05783420a75 0.76 MB 900 2
545,120 545,120 00000000000000000000478e0eb54475160467102952eac3c71a613a872280ed 1.19 MB 2,860 23
545,119 545,119 00000000000000000011e2381e1ae1525cf5b6c17afa84614d977dbee9c21ddd 1.04 MB 1,904 12
545,118 545,118 0000000000000000000155e3ae5ccff1239c0dbebfb02e30951cb8f2f97b3d65 0.93 MB 1,641 13
545,117 545,117 0000000000000000000bbe989bfad15a4e92f099d538969602a245da2c2311ac 0.33 MB 677 15
545,116 545,116 00000000000000000014e177f484e9127b74fae261c205ae5f85874bd29a54b3 0.32 MB 557 22
545,115 545,115 000000000000000000109c70b4b8ded75ed6c0b423933877f9314b2a53ac09cc 0.72 MB 275 3
545,114 545,114 0000000000000000001c7b06fcdea6cecd4fdb5637c3c420ea6f8e729597e970 1.31 MB 2,856 11
545,113 545,113 00000000000000000007cf40f2b078de65b75301e72fd6d0321d7d80363a8db6 0.49 MB 1,224 27
545,112 545,112 000000000000000000257183bf20eb4ce99050192094df33698415defdc0ac11 0.45 MB 939 12
545,111 545,111 0000000000000000000fb348e4e4cf405fccd79c24ddb9fbaabf8b3b8202fcc2 0.94 MB 1,626 15
545,110 545,110 00000000000000000006418b3f7a3857f46e6a76ba3b2315073b7cae981a6ffe 0.63 MB 1,127 12
545,109 545,109 00000000000000000012d7c4ba5b495a65f670adc80cf540d68782c9a16ba2df 0.50 MB 951 10
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.