Memory Pool Memory Pool Refreshing

10,553 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,763 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (12,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,127 895,127 00000000000000000001e83aba5b9316d188dc8e15a75a332cfc4da41d31f6a0 1.76 MB 1,802 2
895,126 895,126 00000000000000000000501891bc3b48d29dcc3950f51ab6989f7a88e1576e63 1.01 MB 1,770 2
895,125 895,125 00000000000000000001823115545f0721dfcb81e08785795d45d48469ef2ac8 1.51 MB 1,876 1
895,124 895,124 000000000000000000017949b409177ca1b0226cbed3a22ca6540c343bb1751c 1.54 MB 3,057 3
895,123 895,123 00000000000000000001f6d08cc6ecfac1ad73a97389a004a7ce9fbc139ad0cb 1.02 MB 93 1
895,122 895,122 0000000000000000000074bfab6c2db9651fce891221a3269ef6afff2316638f 1.86 MB 2,457 2
895,121 895,121 00000000000000000000743fc2cf0c20ab5377e6fe5be43bba25e246a974a9ae 3.24 MB 481 1
895,120 895,120 0000000000000000000099bbb39e5ff25ce742a037da487a441895a68e1efff1 2.46 MB 1,978 2
895,119 895,119 00000000000000000000978a61c685e906e4d2778d6f5d8145f1ce1b28c84b9e 0.68 MB 1,156 2
895,118 895,118 000000000000000000021501b2d737276f5bfe45dd09f846678206358f3347a8 0.63 MB 514 1
895,117 895,117 00000000000000000000136b042a50348793051b9bd616fddb3187b16a09d592 1.51 MB 2,224 2
895,116 895,116 0000000000000000000159cd4b1cc3896c408e77a3abc6df2792f2661ad07489 0.33 MB 322 2
895,115 895,115 00000000000000000002022aeaef56f0fbd460307436957641a7224028fbebe8 0.80 MB 1,218 2
895,114 895,114 000000000000000000020a01316e0e8414ad015fe0ef7d18633e86b248cef892 1.79 MB 1,564 1
895,113 895,113 000000000000000000023dc1db6c75ecabce6f0d0c5ac267a8b6432c9a3aef2a 3.26 MB 592 1
895,112 895,112 0000000000000000000049c1697d3add60b9435b12f191cb6535d759cbdb378e 1.76 MB 2,615 2
895,111 895,111 000000000000000000012cf6d8beb55549dfd6b2569cba874a30defd93e10714 1.61 MB 2,997 2
895,110 895,110 00000000000000000001439542f8ce8fd7d25572fee841af2e311058a980fb60 3.08 MB 834 1
895,109 895,109 00000000000000000001e6d790a39e034f25baf75cb68cc38e1c56266825734b 2.49 MB 1,243 1
895,108 895,108 000000000000000000003e673f878a23aa54d369ad4bb8c1c3985fc9545cf4be 1.39 MB 2,168 2
895,107 895,107 000000000000000000021017b01b5eb74c34063af5d20ac17f2161e0fec1b382 0.34 MB 42 1
Previous 10 blocks ↓
Total Size: 769.04 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,626.99 GB sent, 93.10 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.