Memory Pool Memory Pool Refreshing

2,908 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.92 vMB 2,896 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (55,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
852,332 852,332 00000000000000000000805c6e639cdd097e0bfbb81919ed18f5806c12c3da76 1.64 MB 2,880 10
852,331 852,331 00000000000000000002a0c71357b82388785cb7a6ee9256677415620b5d0418 1.53 MB 3,045 6
852,330 852,330 00000000000000000001fe60665f63bac25f6eda06c53e37b792d80d80d5f5c3 1.50 MB 2,379 15
852,329 852,329 000000000000000000000511e8b5bf85c2bcd6f2306f46e5836bc19429f362ec 1.56 MB 2,819 14
852,328 852,328 00000000000000000000d423b556d8dbd75c39440e0de1f0418669855ace4a45 1.48 MB 2,006 6
852,327 852,327 00000000000000000002148faa4701ace94a456480b72c71ee4b5ce33062f48d 1.82 MB 3,431 7
852,326 852,326 00000000000000000001c40358ce3c16da4dd99520338a9b89f48fc97e70f6d0 1.68 MB 3,912 9
852,325 852,325 00000000000000000000cc6293cea96e74eab7e33321f3b0d479e728da8888c5 1.60 MB 2,715 25
852,324 852,324 00000000000000000002adebc7fd3b0e72f53f9b295328826c875d141158bf76 1.87 MB 1,441 21
852,323 852,323 00000000000000000001e1018302be6b05d41d97eba23e44822d882fbbca5df1 1.31 MB 2,321 6
852,322 852,322 000000000000000000021042d7f00c039128b46a70e58f0893ba3074489877c3 1.55 MB 3,839 8
852,321 852,321 00000000000000000001f9e9f89501c2956b732ffc9e6df11ef2c45e6a703742 1.47 MB 5,094 5
852,320 852,320 0000000000000000000207e944570f2411d5be7fc27f5aeef92761303553bded 1.66 MB 3,150 9
852,319 852,319 0000000000000000000007184bd536f44656cf850cc84d1ef156751f4fdaae36 1.48 MB 2,971 8
852,318 852,318 00000000000000000001aa8630e070259f5928208f73887864cd64ad8ff2f37b 1.49 MB 3,017 12
852,317 852,317 000000000000000000020714022de884a30f58fe0f00c84ee5f126918e3c4321 1.47 MB 2,068 6
852,316 852,316 000000000000000000019918135ddf2fc1b9f8fa54edfc65b17ed208a05a8783 1.60 MB 3,326 12
852,315 852,315 0000000000000000000106c47a6d5d681f9e5268bae81893d465bedff0a3f78a 1.82 MB 984 5
852,314 852,314 0000000000000000000258a760d74570d0d4161fa1a2f0f8e8c77fefdb22583a 1.64 MB 3,816 6
852,313 852,313 00000000000000000001e665fe08ec722088a384531920fdac1e04682b5d0879 1.54 MB 2,926 10
852,312 852,312 000000000000000000029de8e1ab1aea5a26c7c0285cff5626a3cf3423051e7e 1.60 MB 3,175 8
Previous 10 blocks ↓
Total Size: 769.14 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,632.06 GB sent, 93.60 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.