Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,736 (898,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,060 10,060 000000007d55930238a0c4312a9634d756e08f160600c189776f29431dd37ace 0.00 MB 1 0
10,059 10,059 00000000882eccf08293bf577e397bca5743a3b8b85b2cc99ebc61fb41085c79 0.00 MB 1 0
10,058 10,058 000000000df7d149d865d6dc6e5d447f73395732fbc790994b8c89af2bc29e6e 0.00 MB 1 0
10,057 10,057 000000006591dda274ed212e9b796e9934a9be033c0452370cbca58fb23edc04 0.00 MB 1 0
10,056 10,056 000000002194ab86d4e7d5938b58c63cdc16f81be8affe587061e58f3e8384a7 0.00 MB 1 0
10,055 10,055 000000001fe117b4bac19b00b4e690e5c9b7ffe4133edb3f8269aa416512f5b2 0.00 MB 1 0
10,054 10,054 00000000288654d4c122dfc3c66f9a4470580e0ee8b905052cd8676d9f20bb3a 0.00 MB 1 0
10,053 10,053 00000000b13ef0c379a6bcce7c53c96868e77c84330bcc1c8f8be4a3192f4a68 0.00 MB 1 0
10,052 10,052 00000000373e81fd5760160ba7883acec33a1c24d42c2b6b5177bdf2c404a834 0.00 MB 1 0
10,051 10,051 00000000896aa90c90814156ee7cb74da861a939282f2a60e9a11752bb39c026 0.00 MB 1 0
10,050 10,050 000000007a5c7060537b029b98582a9fb057abb7ce3c35518960f90db500359f 0.00 MB 1 0
10,049 10,049 00000000e9e225063ca6cc2e63f6822f0e4f2abd87b1f5b788de9f3578b208ae 0.00 MB 1 0
10,048 10,048 000000008e463af4b1a9ae4791ef5e66c8a36bfe233abf2c4e5177cf218fcf3b 0.00 MB 1 0
10,047 10,047 000000005f3ce7e444ad086c5c9de86b0c91fe8964ab4e01df71b6bacd152670 0.00 MB 1 0
10,046 10,046 00000000ffc8f2beb8c54d552bf7e0322dd3b70e7901085ed081b78b06a38567 0.00 MB 1 0
10,045 10,045 000000001f86dfda7a7ff11cf657e5bf5ef8e22f093bf7b0c22b804f561a936c 0.00 MB 1 0
10,044 10,044 0000000038b4399d01e3fdec5d5cbea0d1ea83e7171807cd025444d0fa3176f4 0.00 MB 1 0
10,043 10,043 00000000b6408eaa13b6f69e414a334be8990a834df15e3c53b0ba6edc8ebda9 0.00 MB 1 0
10,042 10,042 00000000549253b3dc99d2386c5db03dde5099818f6208bb49b9f72222b83a2a 0.00 MB 1 0
10,041 10,041 00000000ed69a5d4b5885dfcb7244fa9ea074c4825a2c10b407c04007160d0d4 0.00 MB 1 0
10,040 10,040 00000000cbac1031430f689aeb140874f6ee2a1502c9a61913e900dd84b74966 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.07 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,855.45 GB sent, 102.32 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.