Memory Pool Memory Pool Refreshing

1,248 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,796 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,235 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,795 (637,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,891 269,891 0000000000000003db1a10a72565d5e7c4feae72a5896c8d5306f7e24756c87b 0.09 MB 206 48
269,890 269,890 0000000000000006aa3aed8a44027b0bae8285949d6daf1c491d95b311ae2eb9 0.02 MB 39 43
269,889 269,889 0000000000000005152f3a6f972845f14c154104c390428692bba97828f79cf4 0.21 MB 365 48
269,888 269,888 000000000000000242bac8e1b3fd0ea40f4ce5223bbbde3716d7b01fd5af3aa9 0.18 MB 395 67
269,887 269,887 0000000000000001b6d8e6e44c5400631c673d575ebe92be545d37381b1e7b8f 0.25 MB 519 94
269,886 269,886 00000000000000078080d277eeb1d0c4aaf8586fab8980fe7dea1abd4d9353bb 0.14 MB 195 34
269,885 269,885 000000000000000610b5d2d3979e3dff109f7acfd8aff546a4c745fb7f6ec902 0.25 MB 658 115
269,884 269,884 0000000000000003f5c4b5a05389f86541d49b5c0fa30c318e8497f95b9df522 0.09 MB 222 68
269,883 269,883 00000000000000051e46d4b8efa48594b3518632a24e3107c05a8b9e36617a3d 0.01 MB 34 66
269,882 269,882 000000000000000380646b1f1232fc2c57ce7ad3e58c9fa34f352a5030043d4a 0.01 MB 17 52
269,881 269,881 0000000000000006de53fe78614d81bd1d56547bd39e049d617078779aadce2b 0.06 MB 96 41
269,880 269,880 0000000000000007fd67465b2d29b5c99ef93709eade3773cfdf20b7d69f729c 0.00 MB 12 45
269,879 269,879 0000000000000001966db50814855a872f637743c92686bf7be8b15d7cf0dbe0 0.12 MB 248 57
269,878 269,878 0000000000000000b540c372e878f6359fabedb3837813c8f4c52be37777904d 0.17 MB 240 30
269,877 269,877 0000000000000005e398678c95b6ff634f99ad2a47d553f854e60faeae7be1fa 0.25 MB 630 64
269,876 269,876 0000000000000002e135560757275c92978af49364b5013a09ae2e1e6302a965 0.03 MB 59 43
269,875 269,875 00000000000000042c4004f480fdab7934b869e3900f86db69610157ffdcc195 0.10 MB 215 65
269,874 269,874 0000000000000002b9e44a015e330bbcb56a55b427002cfd6835c2526b9c4e1f 0.05 MB 133 42
269,873 269,873 0000000000000000a1fc47fb3c62c50e43577696a28be773572c65a9b67fa2e3 0.03 MB 60 44
269,872 269,872 0000000000000006c757dfbc9b1008bbd09c57ef85191dbe0dac3b6e88f8d0e8 0.01 MB 27 33
269,871 269,871 0000000000000007b5a18aca77a20d5fb1903c18de19fa96d55ee2f61dc573fd 0.15 MB 218 29
Previous 10 blocks ↓
Total Size: 769.16 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,632.70 GB sent, 93.67 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.