Memory Pool Memory Pool Refreshing

2,861 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,736 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (639,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,976 267,976 0000000000000003ab8229c48a8690daf058f624fc28db709f20d0bec80bfb42 0.01 MB 30 80
267,975 267,975 0000000000000001e3c71362a15808dc4358639a71cf082ab6869f3619e847c2 0.12 MB 140 18
267,974 267,974 0000000000000002a92d7bad4800af64738733c019ca700e91ab7cfdf957132c 0.15 MB 137 10
267,973 267,973 00000000000000014a05a15df0a958b510171c84f79d99ee5d79d67672a1deab 0.05 MB 144 126
267,972 267,972 000000000000000012401d32c3f1dd7e90316e30c488f50739c17b6f3bad9936 0.15 MB 161 22
267,971 267,971 0000000000000000ed1b80d7c00c33aab8e4d8589b7a371c67863f2493e02fb5 0.25 MB 471 64
267,970 267,970 000000000000000aae6d13639c5b4555eeda301ebcbc53f12e8a633e267c8331 0.50 MB 1,201 88
267,969 267,969 0000000000000004bb0043054843465e9f8d6954a8a186a93ebcd4a92f3fab53 0.06 MB 231 42
267,968 267,968 00000000000000005e8ffdc75ad902be23def9997b2642392296d24b662d31f3 0.10 MB 213 74
267,967 267,967 00000000000000036f5448a6054246a0670b8a8f927139d4f2012973e8d9daf7 0.06 MB 134 58
267,966 267,966 000000000000000528263dbe93929a772c64deb8868001ccadabbc1a12b81f40 0.13 MB 266 66
267,965 267,965 000000000000000737129c0d85c10b4790def38fd30cfbce5bbdf396f6d7b70b 0.32 MB 693 57
267,964 267,964 000000000000000319e33e07b67927bb224d19787d655f6d92c50dc56dea1039 0.25 MB 597 111
267,963 267,963 00000000000000084662c8a649a971e206b8f6fed5c76976a342b24629145118 0.03 MB 33 22
267,962 267,962 000000000000000300f003e573c13cd8a92a9c85c4dbc345a0b9fbeda3c16b0d 0.10 MB 212 51
267,961 267,961 00000000000000084b50d2de4897e576c63a5f666814f856babcab2d1f62e2e5 0.04 MB 79 18
267,960 267,960 0000000000000000938faaf5d22c95125e4f948291815c34eee3a3f7ad9136da 0.08 MB 88 28
267,959 267,959 0000000000000000dcf26934dbba75a8478b4a241748e4ed026d85fbb6f69df6 0.09 MB 119 38
267,958 267,958 000000000000000468c731dea52317a60715e03767cc3cf17993b9f8854b0150 0.15 MB 307 10
267,957 267,957 0000000000000000975eb8df0206c294a82de3c721daa20b7481a72a51de7478 0.04 MB 94 31
267,956 267,956 000000000000000285b75885f20206fecc16ac65ec5d156f3117b95c7d4724d9 0.19 MB 401 105
Previous 10 blocks ↓
Total Size: 769.13 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,630.56 GB sent, 93.52 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.