Memory Pool Memory Pool Refreshing

7,914 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,870 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (15,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,564 892,564 000000000000000000016bf4a6216a43afc1c0ea942e1606c0b0ae77df845e2b 1.69 MB 3,960 3
892,563 892,563 000000000000000000016311680619aa5b05626c5839800701a3b546fb91486f 1.72 MB 3,874 4
892,562 892,562 0000000000000000000035a73a419e050c7ab4304fd2b827e5b1c97cd65b830e 1.75 MB 4,161 3
892,561 892,561 00000000000000000001f82b66cdb7642488e9ed2024c6ae1cf7f40e639bced5 1.62 MB 3,891 4
892,560 892,560 00000000000000000001a8ac110b7d8779a4513c0080d7490b936425b06e8f3c 1.70 MB 3,407 6
892,559 892,559 00000000000000000000c3db8c1427149efd3244c4453f9c5e7012c71f7306b8 1.64 MB 4,218 3
892,558 892,558 00000000000000000001c05183db3f51937a81c1d343d4b81628128518e30d2d 1.53 MB 2,879 3
892,557 892,557 000000000000000000016db77a8918f45db442994016dc9ee52277b12f169408 1.50 MB 3,177 5
892,556 892,556 000000000000000000003a2338648558501683e3c580c40e676645d7e63cdd60 1.55 MB 3,389 4
892,555 892,555 00000000000000000001f4526667d8185f65db5a02049395d340f21a2f2478da 1.84 MB 1,547 2
892,554 892,554 00000000000000000001f35455cbaab1a72f02889b764118cf60ccb8c6377b5c 2.14 MB 234 2
892,553 892,553 0000000000000000000113c994bb95beaaf3d14ecaa94ebcf3ed92f6b3b3b728 1.98 MB 1,263 3
892,552 892,552 0000000000000000000145b5e24b543687c7f33dbd28607dd93103b6f27d0d25 1.64 MB 3,950 3
892,551 892,551 000000000000000000022405840d653b49f0ca52a0f3a30ffa5c0f6d234fcabe 1.58 MB 3,976 6
892,550 892,550 000000000000000000014a4cfe2d2b02b0cbf6f9e727ffcd9dd332d6afb40118 1.56 MB 3,638 9
892,549 892,549 00000000000000000000e0603703316965562d377cf6c7e3d4162e61f221ffcf 1.77 MB 1,850 2
892,548 892,548 00000000000000000001919b7d627043f5e0e63465c94bf9ef7eb545fd4f3550 1.93 MB 2,327 1
892,547 892,547 00000000000000000000294a02bcc7e4c95fa47ada53877cb5f3d6701f237634 1.72 MB 3,931 1
892,546 892,546 000000000000000000014caa2a8dcae5bb9d06286a29045169a67317208b6571 1.77 MB 4,743 2
892,545 892,545 000000000000000000014509abec5df13c3f5b1192a24afff78121f975497e36 1.71 MB 4,548 3
892,544 892,544 000000000000000000012811ffb93f41f6a33cc0ce306313d1b1416fd62750ff 1.52 MB 3,096 3
Previous 10 blocks ↓
Total Size: 769.03 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,625.39 GB sent, 93.03 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.