Memory Pool Memory Pool Refreshing

8,426 transactions
4.05 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,146 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (250,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
656,881 656,881 0000000000000000000b2c8571a5c7607a522b882b202121668365b495741873 1.16 MB 2,389 11
656,880 656,880 000000000000000000076ac4da1df94d2dad376f9150157fa91c75b596f7d457 1.28 MB 2,268 21
656,879 656,879 00000000000000000006427a2fbc153d6a584ccf4443f942063d3e1caf6e2fa8 1.41 MB 2,673 74
656,878 656,878 000000000000000000010ab57109d03fe259bed687c89e1db9fee55da2f15064 1.23 MB 2,284 124
656,877 656,877 00000000000000000009a817a5e75aaab2c0fd494a8fc871bdb1b7fb2e9eeb6e 1.38 MB 2,350 61
656,876 656,876 0000000000000000000d849cc424d7ed6412e663f1b5bf032820d1246ad14ab9 1.30 MB 2,438 44
656,875 656,875 0000000000000000000447a2bbbb39f81a895a96ec1ee986446c07200a688765 1.31 MB 2,224 49
656,874 656,874 00000000000000000010a01726551f1618e50a0596d9416b0ea242912065a583 1.46 MB 2,548 48
656,873 656,873 0000000000000000000d7ae3ec55cc5af88aee6283440dc5100ca4b09bf39207 1.29 MB 3,022 135
656,872 656,872 000000000000000000094834f5b7b7fc2e9c3caa6a3bd656b79abd5740e3329b 1.09 MB 2,398 37
656,871 656,871 0000000000000000000fb373c5584dd3c08facdd3513b14eb0babcd21db7dafa 0.29 MB 466 32
656,870 656,870 00000000000000000002dfdf923f9116fff356d3927b1f84eafb5ef86bdeb753 0.14 MB 238 41
656,869 656,869 0000000000000000000d1f10cde285920961e374d8cb0db75027386cc94a27b1 0.05 MB 123 52
656,868 656,868 00000000000000000002fc079505662e7c3fe640fc09e833dc81050e8f20d764 0.78 MB 1,566 45
656,867 656,867 0000000000000000000540cbe8a322b54e1d16b514a8cfb7aa5cecb775bf1a32 0.71 MB 1,513 51
656,866 656,866 000000000000000000017570de0c8ea239d70904dc606a9009c131da74e8ab6e 0.63 MB 1,410 41
656,865 656,865 000000000000000000002f1b533d0882aaa5a58eb35c6b614875c8f503ecb7b8 0.43 MB 556 22
656,864 656,864 00000000000000000009a2c546c3d53421d047085c7c761064cb8e1d1cb52e60 1.05 MB 892 47
656,863 656,863 000000000000000000097a5428df9c018f240b5a867521dde0f2e0db01d69898 0.30 MB 511 60
656,862 656,862 000000000000000000096ec0d7aafde543cf40b46a17086c2d7e37ee0258d738 1.25 MB 2,544 45
656,861 656,861 0000000000000000000e17b8a575dff6bf8c4ea21e3ecc275437b012c661fa09 0.62 MB 1,378 49
Previous 10 blocks ↓
Total Size: 769.03 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,625.47 GB sent, 93.03 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.