Memory Pool Memory Pool Refreshing

71,908 transactions
29.10 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,278 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,788 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,277 (69,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
800,738 800,738 0000000000000000000073b5fa2db1c0753780fc50d36e7d059551ebe7fb72d7 2.08 MB 4,536 8
800,737 800,737 00000000000000000004c57c47b13944234b20497c9a58cc6d6d81f1767aeb71 1.95 MB 5,655 7
800,736 800,736 00000000000000000001b35aed7324799d188a5718c48b8021efe6fb93694eee 1.74 MB 4,550 9
800,735 800,735 000000000000000000017a2bb54849508f0511cc1852695f64a9ce8b74fa5b90 1.50 MB 2,389 12
800,734 800,734 000000000000000000000fb3189ed4a62b415872a6572bd939c030c6e547ea1f 1.70 MB 1,525 8
800,733 800,733 000000000000000000046976cfb2718e7db0c03165b8fcfc9ee15b2b08fd934f 1.69 MB 1,901 10
800,732 800,732 00000000000000000004369987debe8755a5ef77e4cfae55dda5af915beeeafe 1.54 MB 3,293 23
800,731 800,731 00000000000000000003c758f85e3756a1e05441abd2d8c1cfc98d847a634dc1 1.76 MB 4,329 10
800,730 800,730 0000000000000000000246d6b0daec4ce044832e7ee424d9e6ba4ecad2a5302e 1.73 MB 4,299 7
800,729 800,729 0000000000000000000455c006feed554420b988871a44b29e4cd0c8d632b1a1 1.95 MB 5,754 7
800,728 800,728 000000000000000000030189a49ed5c200de58c019c3f96ecd1271de480fcd58 1.68 MB 4,036 6
800,727 800,727 00000000000000000003985c8121957b8acb2fa8c6731b8145ebcd9d810816bf 1.58 MB 3,175 10
800,726 800,726 0000000000000000000228f5002c08c9689405d01b6fa168bf2d6bb2fcbe96bc 1.72 MB 3,835 9
800,725 800,725 00000000000000000004cd6eb07a3915fffbc5a47ee591ed6ebe765ab572b685 1.74 MB 4,248 6
800,724 800,724 00000000000000000003f5f4a861797fc3782d4188a4d6bfd546f3922ebfc0ad 1.48 MB 2,442 14
800,723 800,723 0000000000000000000310e1a40507fce5ce9b72034d1dcd54598c77d65ec27c 2.07 MB 6,024 6
800,722 800,722 0000000000000000000242b1b2e6cb493a2d04ad1915672103bc3ab2ee43a467 1.93 MB 4,816 6
800,721 800,721 00000000000000000001af41315fdf31ab05c02cf12a0df2c94e15529579ab98 1.90 MB 2,763 6
800,720 800,720 00000000000000000000cbc973fe8023218dcdd124f6b2cc959c592bb73fc23a 1.87 MB 3,262 8
800,719 800,719 000000000000000000001a05fe22824c0f0947f47ea55ae322c96070aea8eca0 1.93 MB 5,180 8
800,718 800,718 0000000000000000000268fcacab147d6f7336f5ab6f2292843fc4f87c6b2113 1.51 MB 3,111 9
Previous 10 blocks ↓
Total Size: 699.97 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,216.72 GB sent, 210.21 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.