Memory Pool Memory Pool Refreshing

4,280 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,998 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (6,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,981 900,981 00000000000000000000927268bd3cb7caad0d388fa664e8ada386dded899b6d 1.87 MB 3,709 2
900,980 900,980 00000000000000000000b0d6cdd26fbe4258457dd648a50602771747611652ed 1.33 MB 1,417 3
900,979 900,979 0000000000000000000031c8af21691643e47ec0585d324fd77a2b4694eb8970 1.30 MB 2,079 3
900,978 900,978 0000000000000000000079b062f9679c2e8486b229a2b26fc8428090c5dd8cef 1.58 MB 3,679 3
900,977 900,977 00000000000000000000d608814af80e4f3b711d0a08ebc3cff8c7e24f9421d7 1.52 MB 3,651 7
900,976 900,976 0000000000000000000070ea29673fd78a4cc0eeda5dfc91743ab04643e14f28 1.59 MB 3,344 4
900,975 900,975 00000000000000000000cd10fab914f4907dd55e7fbcee47fcd7384fe9c8f548 1.69 MB 1,855 3
900,974 900,974 00000000000000000000e0b2b9ac4f4ab3f9bf703e374f8833724ee833a8394a 1.24 MB 1,633 3
900,973 900,973 0000000000000000000066d045a5c80784d4f17987e415efddce5440070c4f61 1.60 MB 3,378 3
900,972 900,972 0000000000000000000024c21e388c00553bb02d99aabd17634b53aa896250e0 1.57 MB 3,760 4
900,971 900,971 00000000000000000000906481a55901afc462bdcc67979fff9dbf2c55d81b62 1.58 MB 3,674 6
900,970 900,970 00000000000000000001fcf57740b9e7000dec3950751c85803fb54abaf03c1b 1.71 MB 2,277 2
900,969 900,969 0000000000000000000050a01654b0e22b3c4765199f1aee5d5fc0115eba3473 1.62 MB 1,911 1
900,968 900,968 0000000000000000000000ac9f8c4c997fd155fc4b75331a8a72c21173b295ed 1.37 MB 1,994 2
900,967 900,967 0000000000000000000013a648334eee36eacb9d627f0eda55d25886bcfd8aea 1.53 MB 3,900 5
900,966 900,966 000000000000000000017954234e050bc21518bcb38b3199526c1c60b3e71b3f 1.45 MB 2,593 3
900,965 900,965 00000000000000000001faf0acc4e7700ad41ac49033cc5b3da24052bd868977 1.55 MB 3,794 4
900,964 900,964 00000000000000000001a33388b3a596b371c9aa2f55128e44b580bea232828a 1.41 MB 1,582 2
900,963 900,963 000000000000000000010ca5176f8d22c6486eccd412373bc914bf9f7a583986 1.62 MB 3,639 5
900,962 900,962 000000000000000000004f865cbe5c85c76a47f65bc061bcf6d9bee7fc8fea4c 1.55 MB 3,841 6
900,961 900,961 0000000000000000000148c7dbf4f8721db8912485cc6860e5b22f9b62e09870 1.44 MB 2,259 2
Previous 10 blocks ↓
Total Size: 769.27 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.30 GB sent, 94.25 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.