Memory Pool Memory Pool Refreshing

3,218 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,687 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (681,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,822 226,822 000000000000019590aa0683d2f179341ac769fcbb2a7ff055decb089f726c55 0.23 MB 545 199
226,821 226,821 000000000000000549412688e98b1c513eb41921050ef10f25909594bde23fb5 0.05 MB 119 66
226,820 226,820 000000000000005b3a9fc754a19487c0e09c0fd3a763564b4df44273d22f4a99 0.47 MB 1,270 202
226,819 226,819 000000000000013da695dd5898cf07967964edbcab4e05b879c783d70594d1c2 0.00 MB 13 386
226,818 226,818 000000000000016ebf2514e74e5c23e7fef64da23b32ae023afc8ffeb6bf30ea 0.19 MB 290 151
226,817 226,817 0000000000000373a6778667f385ef5abdb75d202852ca10cf8f76b38e74d649 0.15 MB 386 190
226,816 226,816 000000000000033f0c301ec9efeb44073594cff4c87d0b0be3ef033dcd3c9358 0.10 MB 251 211
226,815 226,815 00000000000001cb4b582f0da52664230039229da2fce0c37ae31fd361839543 0.15 MB 271 116
226,814 226,814 00000000000000c26df83f7cbf24c0372dcddab2fae43244552020a02f312f20 0.20 MB 349 166
226,813 226,813 000000000000025b5beceb0cd11d6268fb8aaf2a57d25d510faaa8c2f765ed9a 0.25 MB 656 274
226,812 226,812 00000000000000746d8f9ef88f7dcb042cb226754efd516e8692d31a63f05997 0.09 MB 233 162
226,811 226,811 000000000000033022f5e31c3e66eef33797ca5ad55b99cccf498f0f501fce32 0.18 MB 493 289
226,810 226,810 00000000000002f51920c4ef0b7f89c08df10c7c8594a750d30532bfd9a7575b 0.10 MB 256 174
226,809 226,809 0000000000000346bd256a1e3c342604ed1824ffc6f53f8ca04ad1e461b08217 0.09 MB 190 317
226,808 226,808 00000000000002f70c595c9c94bbebcd07e839d74b6f4ead69c625fb1c8de697 0.05 MB 123 86
226,807 226,807 000000000000015fc75498de56e92c789db935b31a36587c7e17b977953a140f 0.17 MB 231 116
226,806 226,806 0000000000000359e229b724980955cf91a12daaadfae2b47a1f4716666a2afd 0.25 MB 635 244
226,805 226,805 000000000000029eec98795fb7a77828493aa8bc3c14b01f83f46539580e87ba 0.25 MB 581 216
226,804 226,804 00000000000000b9f7d515b4cb7ff407a791dddf1d46d50af30223bd9c16186d 0.40 MB 1,000 87
226,803 226,803 00000000000002d584d416a9b0c96ef0741d9ed03f5c58ce66542831c8c53e1e 0.25 MB 256 79
226,802 226,802 000000000000015ec2d0099f077e0bf24269644ef046791121f1ddd015ca6e9e 0.25 MB 779 328
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.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.