Memory Pool Memory Pool Refreshing

4,388 transactions
2.36 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,357 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (755,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,064 152,064 0000000000000db12cb54f59fd4b6ba3c3271c6e4e3e26be5034edd588df1d9a 0.00 MB 7 38
152,063 152,063 0000000000000286fef0cf940a05e7004fe040dee2bd9f9c69b9425a33a45e04 0.00 MB 3 57
152,062 152,062 0000000000000d664a6995ee1b4282e16df378dc5716e761cc4b62072c1ffeb6 0.01 MB 25 418
152,061 152,061 00000000000000a416b74311e89bb1483a1fffec52171874b66b423a578e003b 0.00 MB 1 0
152,060 152,060 0000000000000de0e9d05810c1f0e32c136ef9b90cab4fb4b5f7352159b705b9 0.03 MB 109 31
152,059 152,059 00000000000000e31e27286590433d2c64b3923bea1da47862a40137bacf4808 0.00 MB 7 114
152,058 152,058 0000000000000a13f9ca9fb5715dafa48b6403965a4b924fd29285ec56bec70d 0.01 MB 33 90
152,057 152,057 0000000000000018c63cdabff8863e9944df511069ceaea0c2971c63c288bbba 0.00 MB 17 21
152,056 152,056 0000000000000bc61075b1baf3631f77f563f1ba88e080f0b9926a7d2fafc6ee 0.00 MB 1 0
152,055 152,055 00000000000003fd96b8a61fa3e618b5d520cf27f2fd1847229de06a906422c6 0.01 MB 17 52
152,054 152,054 0000000000000a6c4c95e88283f3941c4d7ea948dffff10e9166dcabb3452cb6 0.01 MB 25 47
152,053 152,053 00000000000006850cf27aaa90785f16c9333194dfcc16d6ee25a1e090d1df3d 0.02 MB 78 90
152,052 152,052 00000000000002f6a075ff3a9e5a70a16329bb54ca0231f943389b9c1f2f9983 0.01 MB 49 11
152,051 152,051 0000000000000bfb2be566c6421cecf4329b7bccd2d13284780e66190417e628 0.00 MB 5 0
152,050 152,050 00000000000007b91ed175013883edb1e3a44371c869d2b676721a3fcae685ec 0.01 MB 4 8
152,049 152,049 00000000000005e78ca241f6f0e3f10833d8e542e7b9c1c522718105edea4003 0.01 MB 19 20
152,048 152,048 00000000000006885e8d1076018091dd42070cb6925cc1460eff8bf9bc15ef59 0.01 MB 27 60
152,047 152,047 00000000000007d69ee2f2d5f77083ce87dc4e516166c6fd07b21b0b39c1f0b1 0.00 MB 6 54
152,046 152,046 000000000000066a7c812c5098888099905ed1168cbb2248046f5a2d4be3990c 0.05 MB 133 25
152,045 152,045 00000000000003e6d9d439d23d87f06968e1941ab43ba46a3b20b987e8fa9f92 0.01 MB 40 161
152,044 152,044 0000000000000d71fde1e34bfd469c381f13e1cf5b0adce04d2d1f2f8eecc4d3 0.03 MB 78 93
Previous 10 blocks ↓
Total Size: 769.21 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,634.47 GB sent, 93.99 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.