Memory Pool Memory Pool Refreshing

5,232 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,799 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (176,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
731,089 731,089 00000000000000000000fb702736437432bdab346812f9f789cc98c5179fda37 0.54 MB 1,022 8
731,088 731,088 000000000000000000057c4e2ed6b5f490b2aa376d62ba34b8e9951675b02835 0.63 MB 1,403 8
731,087 731,087 00000000000000000000e3d8164937dab8798a4bf2d9d92d0ebdae1f2685b515 0.13 MB 314 10
731,086 731,086 00000000000000000002f4a1ee685e250034439cffea789a586170a62d35575a 1.25 MB 2,471 8
731,085 731,085 000000000000000000058d641283e2e5191251cb20bed7184ae6cb39d68e2edf 0.04 MB 116 12
731,084 731,084 000000000000000000057bc8bad2e2fff79d308d9335cb82ed7fc8dcf983063c 0.21 MB 461 10
731,083 731,083 00000000000000000008b97be31467ad6592b44c645b9a25b8d401f63b6639e5 1.07 MB 1,825 8
731,082 731,082 00000000000000000008b29577b54d84074ef38c7484b88b402b544b8fbb36fe 0.18 MB 346 10
731,081 731,081 000000000000000000008cc3a363dfb5e4024df484832083de392b9cdc8c2203 1.26 MB 2,394 9
731,080 731,080 000000000000000000082eb1ebfbc498ccafb0f57765af75b8eede580f65604f 1.25 MB 1,875 3
731,079 731,079 0000000000000000000763e0d19febaed6677209d23bd147000f46e9ddc3a3b7 1.46 MB 2,943 12
731,078 731,078 000000000000000000059b72f979647faaadc5ed0e44143ed4293a893048c1c6 1.78 MB 1,168 4
731,077 731,077 000000000000000000093a5a251a5648ecf628a4c16e9d222a6939f0828e0341 1.12 MB 1,634 8
731,076 731,076 00000000000000000007a329e0e99536925815cbbf64b8c118d6eadfc89de91f 1.11 MB 295 1
731,075 731,075 00000000000000000006ba5aa0d46c5d3dbf85c06d8a6c9fbe43652e3f790147 1.44 MB 2,764 10
731,074 731,074 00000000000000000006beac7f2427bac358b1a1c0ce2086bf3443e524d31cc0 0.37 MB 230 6
731,073 731,073 00000000000000000009a32e6af7c24de457b3513d8a4dbc32ddb606d8706d1f 1.09 MB 61 1
731,072 731,072 000000000000000000052a7373ba575cf96ce07d41c2b4dc64bba768d7cddfca 1.72 MB 1,231 6
731,071 731,071 000000000000000000095b383fe1e37b534a41db3ac42643db27f8992ec4628b 0.86 MB 1,138 6
731,070 731,070 00000000000000000003560d8312159fb276ebac94d38c2d74ceac1f2863b761 1.68 MB 1,588 2
731,069 731,069 00000000000000000001352bc95589b3bad56d714e0b9c8a127cf7c5e72bb3fb 1.39 MB 2,103 8
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.