Memory Pool Memory Pool Refreshing

4,249 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,007 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (7,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,902 899,902 00000000000000000001f0493f1412cf0d7014d2cffed484c581017a62b539f6 0.77 MB 810 2
899,901 899,901 0000000000000000000111ac1ad87018e23e6c28d0db4f9c0d10cdaca1658f42 1.36 MB 1,968 1
899,900 899,900 00000000000000000001f7bee1bf1d0eb4d8e59a88dc9908e83e1b859ac51fa1 1.57 MB 4,089 5
899,899 899,899 000000000000000000006a36c77559fae1c5f7fa481481c99a9d47d97937b60d 0.46 MB 697 2
899,898 899,898 000000000000000000013892c70081cea886c7171839f1de0481094766bbb039 0.03 MB 61 5
899,897 899,897 000000000000000000003740363a3954352ec7d0a79016c291ee2c5b0e2d0adb 0.22 MB 271 2
899,896 899,896 00000000000000000001ed21833f62f504a628adc12e5dbeb8d0b36ef231b023 1.61 MB 2,072 1
899,895 899,895 00000000000000000001a67915eaea7e912c6eb909d7c40e3335ae74a13cdaee 1.65 MB 2,714 1
899,894 899,894 00000000000000000000cb2158d05b961f75d1e05bd5150fefe2d66ca464bfcc 1.38 MB 1,401 3
899,893 899,893 00000000000000000001cc3d211a7d9bde8135eebe525a3e488f4e2e03d6110f 1.24 MB 1,439 3
899,892 899,892 00000000000000000001694b3cb63ced88ccccab310ac7c29445661cf6dca690 1.68 MB 3,603 3
899,891 899,891 00000000000000000001b1ba2e83573d54f2ea19dfdaac59257cbb2fdd7aeac6 1.70 MB 2,851 5
899,890 899,890 000000000000000000003f2fa9d509eb35ca303fc2b1be6a2c9a9ed5abfd171a 1.62 MB 3,732 8
899,889 899,889 000000000000000000016234f4bdc7f7bb2673cccfad2d199a1aee7bc9c63412 1.61 MB 1,624 3
899,888 899,888 00000000000000000001059c8ff7e9f0d05bb8c8e1daa661c9a348fc25f66f31 1.24 MB 2,538 3
899,887 899,887 00000000000000000001978a1f6c5c1ad7465b113afd9da73ced509cb84f33b6 1.30 MB 2,551 1
899,886 899,886 000000000000000000017699680ba437ca4dccda5bb246c0ee855ad126524dbc 1.52 MB 3,369 6
899,885 899,885 00000000000000000001c15566c6eb18fe5a7c928d982ac50b5083dc39fd1901 0.30 MB 903 1
899,884 899,884 00000000000000000000180df5978f36bc449fbe3a1c8c9be88bf45f86a3a911 1.53 MB 2,202 1
899,883 899,883 00000000000000000000340f7f2b6f961594e3dec7370424c268e48f24cf4259 1.75 MB 2,238 2
899,882 899,882 00000000000000000001d4852afe7045e843046b006a746bfb6e865077acd297 1.18 MB 638 2
Previous 10 blocks ↓
Total Size: 769.00 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,616.62 GB sent, 92.78 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.