Memory Pool Memory Pool Refreshing

5,672 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,885 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (55,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
852,311 852,311 000000000000000000007fd469bcbe17bf6b849af262d3af7e87677bcb6740ba 1.59 MB 2,780 7
852,310 852,310 000000000000000000024abfb5e43025d894d31d9ab0304ac29470aeb878ab76 1.78 MB 1,028 5
852,309 852,309 000000000000000000012fd8f42ec087b8c55f0df551b2a9e98fe434d0a5225c 1.76 MB 1,458 6
852,308 852,308 000000000000000000006d556cb74eb6c72b64ac433eafb6c84c9648b854b029 1.71 MB 2,483 6
852,307 852,307 000000000000000000005fdd711011cc599c2eed99c79ce683f3f0f4a48fb2d5 1.50 MB 3,460 7
852,306 852,306 00000000000000000000baee5ec52890042824cc55b11d8654f6a8b45a26ec08 1.71 MB 2,557 11
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.