Memory Pool Memory Pool Refreshing

4,204 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,875 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (423,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
484,652 484,652 00000000000000000032f0df3c2aa33b4d203ecdd15989559608ff0ba9cfc082 0.01 MB 29 947
484,651 484,651 00000000000000000105b0ac85dd018201920f929d8976cdb46b67b6c3738a11 0.75 MB 1,503 123
484,650 484,650 0000000000000000009b54af33aad3b2b2581d843c18641f511f471fe2e58216 0.75 MB 1,355 18
484,649 484,649 00000000000000000026b64b6acf25dbe69a7e74cfb734aab013bcb18d7ea9cf 1.00 MB 1,981 86
484,648 484,648 000000000000000000e2b41b5d9ee6251fd4fa382977917659ebe49622344dc1 1.02 MB 1,538 137
484,647 484,647 000000000000000000c8a8cdcfd3718440058f7ee5cd940f4b6b5b0dec505eae 1.00 MB 1,930 243
484,646 484,646 000000000000000000ce421379fdba812947430a4002b5cd656a02798e78bc36 0.77 MB 1,407 171
484,645 484,645 0000000000000000003f26ada5c8c1c32082a97414c38beb6bc0fd6444dbd65f 0.01 MB 29 88
484,644 484,644 00000000000000000037056826a40841b283ca629636343faa94c40377b17af4 0.32 MB 770 175
484,643 484,643 0000000000000000008358b28f43280d7477ca92d952d2a9a4d7aaa31c978455 1.09 MB 1,268 8
484,642 484,642 000000000000000000d9d3c94cb0df2971a2ef136d34f60b0cc5d1e9ef9d8f42 1.00 MB 1,739 57
484,641 484,641 00000000000000000075a2e4842a67781b088ce25cf9e2be4bbece749cf21ae4 1.00 MB 1,941 16
484,640 484,640 000000000000000000119b71bb683118c1a71b8256943feb8746dd91d0ea8395 1.00 MB 1,956 63
484,639 484,639 00000000000000000130230373ab1b88e9d64d5e1c078e82b9e4934078d5ed7f 1.01 MB 1,991 180
484,638 484,638 000000000000000000687adcfce0287766f332a6ec2a744ada26f8038f9f9278 1.02 MB 1,265 138
484,637 484,637 0000000000000000005d1cd0f5036b49c65a6f027cd63215a1d8cc861943ac19 1.00 MB 2,627 245
484,636 484,636 000000000000000000c0cce6e6cce49d5733fcd1654d7ab1c190e1264ddc68b3 1.00 MB 2,069 232
484,635 484,635 000000000000000000fb446a6c458eca487617d3cfbbaa79d34b18ce46645e8c 1.00 MB 1,588 34
484,634 484,634 00000000000000000043c56194a7d7e19490565db900e6857ada85492228f91f 1.01 MB 1,825 55
484,633 484,633 000000000000000000008fe29ed40b830e8644f88dc5a9f22e9edb322cd23c63 1.01 MB 2,181 198
484,632 484,632 00000000000000000084f2431363a3793bcea2489eedaf8157b126ec996e34e3 1.01 MB 2,266 210
Previous 10 blocks ↓
Total Size: 769.26 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,635.28 GB sent, 94.24 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.