Memory Pool Memory Pool Refreshing

6,038 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,917 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (11,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,837 895,837 00000000000000000000b6cb44a6253ebe9bc66a609c792e07621e76aa04973a 1.61 MB 3,799 6
895,836 895,836 00000000000000000001fdf947388544c8e61bdb75fe8a8478c8b0ea523ac976 1.59 MB 3,818 6
895,835 895,835 000000000000000000014e909be2960cbbf066cf722b33726b0d986385ed5d7f 1.57 MB 1,814 2
895,834 895,834 0000000000000000000180ae900904a6aac19295a323bb67a61b367b00f0a0f1 1.57 MB 2,315 3
895,833 895,833 00000000000000000001abfbfe2fac33af4706c3e237446894308586e3ea5f5a 1.56 MB 2,237 4
895,832 895,832 00000000000000000000b365f33d5faf0364ff3fc0d1e1541292b84b1a65c3cd 1.57 MB 3,199 5
895,831 895,831 000000000000000000003bb4cbe0b8f97647d7b1601532e246f76195c0122db9 1.84 MB 2,008 1
895,830 895,830 00000000000000000001f9c59af31c79c5aecfb8c9d1a5ee2c449903d5caffed 1.64 MB 3,435 3
895,829 895,829 00000000000000000000c68b4fa7efd8945f7df8f18f11cc0e0e5d1167ba060a 1.60 MB 3,117 2
895,828 895,828 0000000000000000000059d2afd64be1c698c096bd9015c47552570ce6490c4d 1.72 MB 2,614 2
895,827 895,827 000000000000000000016b0803eb331fdf7cb473a90b4cfae0a9bb537c746a7c 1.73 MB 4,522 4
895,826 895,826 00000000000000000001f6c17a7825518cc86a931e4255666bf6bbc85afb4a99 1.74 MB 4,342 5
895,825 895,825 0000000000000000000058d895ad73673159ffd7fb42688d405cdd0f5daf2548 1.75 MB 3,382 3
895,824 895,824 000000000000000000012aaa94ad4176b17d44d254c42bcd23c3a8be16fb45d1 1.38 MB 1,721 3
895,823 895,823 00000000000000000000e32aae44e994aa4a2339a51f3e5076cb3aaf1c675838 1.67 MB 3,789 4
895,822 895,822 00000000000000000001fae7e8f2694fca06ef269c8d741550db6f6ab13e26d1 1.65 MB 3,770 5
895,821 895,821 000000000000000000011b069f711488554420e5d8b7ff62e2fdc08a5cb26a93 2.75 MB 1,230 1
895,820 895,820 00000000000000000000327b024553ce7abc867bd04b9d00ccb99095770a4c69 3.36 MB 863 1
895,819 895,819 0000000000000000000098e98eb4ebc2a46e0eb00b3bf69c521f4316d22544b2 1.73 MB 1,784 2
895,818 895,818 00000000000000000001a57466f44b82398523e6fd38ba4358fb2a3b441cc818 1.69 MB 2,087 3
895,817 895,817 000000000000000000009ca6a740274dcd251ff790da67c23831929dc413b63a 1.67 MB 2,212 2
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.