Memory Pool Memory Pool Refreshing

2,970 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
899,756 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 1,660 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,755 (8,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,070 891,070 000000000000000000005bb3a566060fd8cf9b8c91cbee50ee89ebe10aa8b210 0.80 MB 1,558 2
891,069 891,069 000000000000000000000b3c4b62689fc77a999f636c948011bf0747305b9f46 0.42 MB 1,013 3
891,068 891,068 000000000000000000014a2d1875dd22df7b8573672c4fc33641f9d7a212ee54 0.13 MB 358 2
891,067 891,067 000000000000000000016c995c1b338c1007ce27792fe52b796a541187fc9efd 1.23 MB 2,663 1
891,066 891,066 00000000000000000000bef9da237b5aa62eb736c6a193a6c7516e5f10f82192 1.13 MB 1,884 2
891,065 891,065 00000000000000000000d16442df484d53a8793ce929bd6d0c5f8ad794d5d266 1.35 MB 2,213 2
891,064 891,064 000000000000000000020795a5d49027cca5900f8f06db7102dbdc9aaacd207a 1.20 MB 2,138 2
891,063 891,063 00000000000000000001f4c629f3f3b7403610d395a4a71dbf9d5a85926686d7 0.50 MB 991 3
891,062 891,062 00000000000000000001fd50187fefb0f545f1b60b628f96ca53806f533da785 0.56 MB 963 2
891,061 891,061 0000000000000000000015a3d1144d434ce9331432e77584dd54d87015267fd6 0.23 MB 265 2
891,060 891,060 000000000000000000026798ced69400876447cfbf8983e3fefca18570eebf58 0.86 MB 1,288 2
891,059 891,059 000000000000000000015781300810a391ce8e1004a0afdae5dd46d70b9a3079 0.31 MB 576 3
891,058 891,058 00000000000000000001728714d1cf78232cf1ca89f57287f2655f7903744661 0.21 MB 429 3
891,057 891,057 000000000000000000027507a49686369c4d60ac26f510f0e5f020a54b79c4eb 0.01 MB 43 2
891,056 891,056 000000000000000000017afc730e1bf19140c15be2eec156eae4fe57ddeb0f77 0.74 MB 1,810 4
891,055 891,055 0000000000000000000175ca7ac731411236ef7d803a41160e624daf79ce4c35 0.21 MB 602 4
891,054 891,054 00000000000000000000f32f6010d9bb50c676312d737841cdbbd1cd25f87314 1.60 MB 2,485 2
891,053 891,053 0000000000000000000148b0b034751509f5b27077209f42e2879130a45a1e1f 1.69 MB 3,042 4
891,052 891,052 000000000000000000003586adbca47f6f0360bf17fe9cd8a38bf038a52f6094 1.77 MB 3,411 6
891,051 891,051 00000000000000000000f6d8b345f107dadb5e828c32b6b9e56b73310e40a05e 0.71 MB 1,824 5
891,050 891,050 0000000000000000000273b8a3fcc083b1280757e9bff67d4c11b467747a33d1 0.47 MB 1,203 3
Previous 10 blocks ↓
Total Size: 755.56 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: 529.74 GB sent, 26.29 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.