Memory Pool Memory Pool Refreshing

6,494 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,874 (2,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,828 905,828 00000000000000000001d249821d77e4ee3028d35dd221a1567bb9ac566e3451 1.63 MB 2,448 3
905,827 905,827 00000000000000000000f3d66d843d3896970f5ea70672e80874e0c7cbfd1cfa 1.70 MB 3,649 5
905,826 905,826 00000000000000000000e7230029392a74b18707773af867e3b0716c2d700c84 1.71 MB 3,648 2
905,825 905,825 0000000000000000000071a09099cba71acbec79814afba1b1b5f2e8406cd23c 1.73 MB 3,839 2
905,824 905,824 00000000000000000001177c1ea7f6323aa74f67088dbab3c26a2c8a2470828e 1.56 MB 3,338 3
905,823 905,823 0000000000000000000135aee2c081a78317bd3c1a3e2448dae22f52d3aa7144 1.65 MB 3,586 3
905,822 905,822 00000000000000000001c195d48a043824bb062ec640b1fe879c56bf2c4daaa4 1.60 MB 3,995 5
905,821 905,821 00000000000000000000aa441a3d328462139c536ed6f1b99b8da507a6a67dd6 1.64 MB 4,004 1
905,820 905,820 0000000000000000000219f7bc6d3917091850667a5663386497b8be5273a93d 1.45 MB 2,719 3
905,819 905,819 00000000000000000001d9dbf684af8d7f64b4e579aa702d63146dc974e4d674 1.61 MB 4,055 3
905,818 905,818 00000000000000000001c58c7d8e2f168b0bfbf98a9be75bbd43d8f6b6a899ab 1.66 MB 3,733 3
905,817 905,817 00000000000000000002144e9e027f3b32f5c20389d4787b918181aba1721480 1.73 MB 3,217 13
905,816 905,816 00000000000000000000c6afcdbbd0b7678d98eaf9725f0252846593e771d9a0 1.63 MB 3,527 3
905,815 905,815 00000000000000000000374a26ea08331e40500cc0eb363a75ae040f5c53a7d6 1.75 MB 4,535 1
905,814 905,814 000000000000000000001763909a00959ae8fd9bfba816989d8b0cdf0398d4ca 0.29 MB 626 2
905,813 905,813 00000000000000000001bef06a6c2b65f5c42667550c98e110d4a4626081c8c8 0.54 MB 1,043 3
905,812 905,812 00000000000000000000767b42452c3e2b6d13bba006f71a19011b77d451ba1f 1.75 MB 4,716 1
905,811 905,811 0000000000000000000097c487754066bf1d6f0ad20838f5dbc45bc2cf7b3cf3 0.32 MB 733 2
905,810 905,810 0000000000000000000164d5ed7b06ad682e5aa25ae6fd5776ea4ab295e2aa14 0.38 MB 1,069 2
905,809 905,809 00000000000000000000a9c7c67ef79d29f518bc1acf6a3a3180ae7062e72ea2 1.27 MB 3,387 2
905,808 905,808 00000000000000000000dc3fd387df2e59d0b98487d7798a226c368d12ecae36 1.16 MB 2,218 2
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.