Memory Pool Memory Pool Refreshing

3,569 transactions
7.39 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
908,247 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,487 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,246 (901,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,698 6,698 00000000f8aead2bc4e12845ef4ca3467f49d01a1a8cdbb01302c9462feeef63 0.00 MB 1 0
6,697 6,697 000000006b7195baee156676bbdd2ac7df813bae4a3a73e7e1583a9526ba6762 0.00 MB 1 0
6,696 6,696 00000000a977c83c38242462733a5180f0e30774cfd05bc2763a07505213c37a 0.00 MB 1 0
6,695 6,695 000000002ac77db998bfea6d804aae7c3c75566561aec4d38a9162618064286e 0.00 MB 1 0
6,694 6,694 00000000aa9f9c565876fbbb0652950b6e556df7b7e3e6936862d0d254373a34 0.00 MB 1 0
6,693 6,693 000000008bc90e56b5bee69295294ec719dd3fc4813aec427afdc1c954c2a1ad 0.00 MB 1 0
6,692 6,692 00000000da496f41eda284f0f77c700b26fa05414ac83c1dd6e8d506df3771d3 0.00 MB 1 0
6,691 6,691 00000000703fba258cf11ad0704c0156cabd2e962f6c0c8218996ba791388dff 0.00 MB 1 0
6,690 6,690 0000000050947d271497480d525e1f0349467646e774e1184a83aa8e7736683b 0.00 MB 1 0
6,689 6,689 00000000c25163f1d9e92bcf1e311c5c246e75e97469fc10fc0429462bbf59b1 0.00 MB 1 0
6,688 6,688 00000000f2b2004137476fabc5e3b494f82ed655094e32cb45f79cbdd573657b 0.00 MB 1 0
6,687 6,687 00000000eea3e5ed45d24b009087a5870586c0182805fe519a370fc4372a88a3 0.00 MB 1 0
6,686 6,686 00000000a641cad738e8ec59f0599d5b9d7e463e45d194ea021a1ace23b63e92 0.00 MB 1 0
6,685 6,685 00000000ac7255079662cfc025a1b7c185dcd99e085f31c4c2f00e6a3e35d240 0.00 MB 1 0
6,684 6,684 00000000181b4b6c7932fa9d7eabab8922cfe7bf6562d8074becf20fdf58d41d 0.00 MB 1 0
6,683 6,683 0000000081b33893a9c9bfad1c8cc1d86194501000482a02f30523620eb096d5 0.00 MB 1 0
6,682 6,682 00000000a9b419e308486b4c45db8b876ef895409d7881f37ca6223a0d3d54b0 0.00 MB 1 0
6,681 6,681 00000000230110ed88fa279e1010c73ab127db68f71c30c56ec948fa4285e38c 0.00 MB 1 0
6,680 6,680 00000000d43b85a4b11117fb10fb65640cbd2e9df0152547c6828157f03a663c 0.00 MB 1 0
6,679 6,679 00000000ec07b4e2be975a5273093b9a5a09a855dc35607cf090f7188b48b0e6 0.00 MB 1 0
6,678 6,678 00000000a801774477a798a67ac390efcdf4a1345a22d7911fd5484c95479a8b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,690.57 GB sent, 97.96 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.