Memory Pool Memory Pool Refreshing

2,768 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 2,749 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (240,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
667,760 667,760 00000000000000000009f0c30b602b956818b8ad4b9c267e35cd573ccfb33064 1.37 MB 2,251 60
667,759 667,759 0000000000000000000a8febcf0037bc35f1e6cda3aa3369214938c9fc6bab2f 1.48 MB 2,800 87
667,758 667,758 000000000000000000080141cff29da43917d9ba23f2dc0c053732352c8f49be 1.60 MB 2,327 92
667,757 667,757 0000000000000000000cff9dae7bae75b1f4f57cd8a69142beb451a41d9e0ecd 1.20 MB 2,269 103
667,756 667,756 000000000000000000063fe959ae45c55d150a4f3ae591d3e221f9428ac1c74c 1.36 MB 2,710 65
667,755 667,755 0000000000000000000bef75895c441b50038956bf1b25ca57593dac81ca4f69 1.32 MB 2,092 46
667,754 667,754 00000000000000000002027c510f9b5b0f119c3ca0976f81322f4c687197c968 1.22 MB 1,661 78
667,753 667,753 0000000000000000000097431f8df8dbf1e862535801ab38da687f56d99ed052 1.30 MB 2,778 93
667,752 667,752 0000000000000000000ac3f493ae1b06009f30ea4441137fc6e97606d6fa90c6 1.07 MB 786 27
667,751 667,751 0000000000000000000b8f101e663a6e8f5c394cb1edac91fab1a1399e2fbf65 1.48 MB 2,149 53
667,750 667,750 0000000000000000000b8a38a523363cebe63d6929dc6cd035493bbb25c7c5b7 1.33 MB 2,743 86
667,749 667,749 00000000000000000000cb57aa8c8cc74cbcd373b2fe9a613161ef9cc0c8970b 1.30 MB 2,754 61
667,748 667,748 0000000000000000000b8184640673e3584a0bbb7aa570eaeeaed289df20859d 1.17 MB 1,825 31
667,747 667,747 0000000000000000000710268ff01cba49a529f6a10e6402d9bb6f645473a3fa 1.09 MB 1,902 5
667,746 667,746 0000000000000000000b388dd5ce14a7a2a965855b67989bb482e904fd3ce775 1.30 MB 2,491 49
667,745 667,745 000000000000000000090489eb7415e3f76d82564ac504d20d731600ce70222c 1.20 MB 2,655 32
667,744 667,744 00000000000000000002efd205cb5ae57292a1831f9b16f4d6165fa5baf4cbda 1.44 MB 2,256 48
667,743 667,743 000000000000000000058339ce2d222f7068829816a3f86b449434e13c355799 1.26 MB 2,372 84
667,742 667,742 000000000000000000036f8cc19d23d3e8bee53594fe82e83956cc2967fe65c9 1.27 MB 2,483 87
667,741 667,741 00000000000000000007b7ddfbec84d92854f0fb0298e06e802bfd04751f7815 1.08 MB 2,533 14
667,740 667,740 00000000000000000003c257b046e024f4408a460e1d62f2696e76006f486a42 1.34 MB 2,107 49
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.08 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.