Memory Pool Memory Pool Refreshing

5,424 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,684 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (48,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,826 858,826 0000000000000000000099c84a90ee5c08439b09170edfbf2b4575717c90299f 1.78 MB 1,422 4
858,825 858,825 000000000000000000017e9e3f3944065f8d710f115ea024cafebb9e38fe0821 1.63 MB 3,257 6
858,824 858,824 0000000000000000000124bf9cceb0f2f48e830b37d7e95d23eb26ce1e949b08 1.60 MB 4,078 6
858,823 858,823 00000000000000000001e963c86a204b9ccc8d0d8a89292f90d8290abd44ca7c 2.00 MB 1,421 6
858,822 858,822 000000000000000000017e935e6e51c369f593fda28a203d0035b35ee9d44dfc 1.68 MB 2,689 11
858,821 858,821 000000000000000000024ebfe0855bf436e8bee2944947687a8162db4abc1b3b 1.59 MB 2,263 7
858,820 858,820 000000000000000000001eae235aedc077c781e6e7c486b4ab313c0c907d85e9 1.81 MB 297 2
858,819 858,819 000000000000000000013ece0756efddfb5836a76b2fce38b493e23cb2f13881 1.85 MB 319 2
858,818 858,818 0000000000000000000039922cfac04beb554b6d171d5b9f1bd36c93cf7943c1 1.59 MB 2,476 5
858,817 858,817 00000000000000000001e674e50b0fa70209bbacba1ce54f01b416592a7075bb 1.78 MB 1,200 3
858,816 858,816 00000000000000000000fcddd3a12dff20bb1a246e073b3d7caccb0453e24ac2 1.60 MB 3,354 10
858,815 858,815 0000000000000000000073036581ef712215c5f9aebfeb7d2fba84a2f71dd69f 1.66 MB 3,023 6
858,814 858,814 00000000000000000000c0a3cab7e565d2b7db8f85b008a742d90b336ded1b45 1.84 MB 411 3
858,813 858,813 00000000000000000000d77dd7714d04b9987de9eddfeff31ff471509ade7006 1.85 MB 2,244 5
858,812 858,812 000000000000000000021798ee429b6def40eb3ff21943793e5806b7828ab8f1 1.76 MB 660 3
858,811 858,811 00000000000000000001460dc2b4d3afe44bea6c01a9fbd051f4810023944931 1.85 MB 2,462 5
858,810 858,810 000000000000000000008fb046fee61a61841c3a02001b33cb816b3c79d13ad7 1.83 MB 1,009 3
858,809 858,809 00000000000000000001652ade48e2898aef7d38890073231eafc6b186129388 1.78 MB 1,683 4
858,808 858,808 000000000000000000015abd6daebf5d43c541fdfa78652f45b98e1dcbf06f1d 1.78 MB 2,018 4
858,807 858,807 00000000000000000001eccb653da62dda2f4da8687470742d555c51e8c7c867 1.65 MB 3,640 6
858,806 858,806 000000000000000000030c2e2954cb66a5db2daf85b4b0cf641b0a2de29187ce 1.65 MB 7,464 3
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.