Memory Pool Memory Pool Refreshing

814 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,764 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 814 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,763 (547,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,721 360,721 00000000000000000b0298b20b913e5f99bad321c7e7a713e815e2c6f3195585 0.75 MB 1,419 27
360,720 360,720 00000000000000000df36d5c058d3b256894c1339a12561005be038691969a3e 0.32 MB 416 19
360,719 360,719 00000000000000000592edc2ed650bbd1fba688e2e930b04436590dfaf30baf7 0.36 MB 788 30
360,718 360,718 00000000000000000ad02b93b6b7d9fd7e6254dfc7ff51be8a41515a1fa00e3b 0.73 MB 1,176 42
360,717 360,717 000000000000000011e653ea6ef73b17f321e39e0ccfa10d62796b4a6d0e4868 0.55 MB 947 25
360,716 360,716 00000000000000000fc6eee4d4209111d33b7f7f7d87ea66a4fe32a7e7aa94bf 0.37 MB 903 32
360,715 360,715 00000000000000000a6bc0496a2e37111b79b2901b08dce77e19b573b9d74508 0.02 MB 52 33
360,714 360,714 000000000000000013b05456546809092c93eafadcf714b34660baa9cd6526f6 0.18 MB 357 27
360,713 360,713 00000000000000000b9550efbac736bb2563c9c55d390d65395fe0c50bb75bac 0.08 MB 155 33
360,712 360,712 000000000000000013d48ef77e6f146c857b54583a99d0f48abe5911b39e0eb6 0.13 MB 261 28
360,711 360,711 0000000000000000101cf3eba98a37f71cece1115c6301e7d884add219d79c20 0.71 MB 1,282 29
360,710 360,710 00000000000000000256784709fe05b90ac9f172e9265a0402b1c403a2e5d32c 0.05 MB 80 20
360,709 360,709 000000000000000011537f288b72c3b715268c4ce54d36cc4715710f082f797a 0.29 MB 764 31
360,708 360,708 000000000000000002132ddc4f9c3c2df1ccc0464618c1509b234623121c1029 0.30 MB 766 30
360,707 360,707 000000000000000008c0d4889db902bf58d96d20a442ba8dbd748301aa4f0696 0.00 MB 1 0
360,706 360,706 0000000000000000083a49ced9fdcf1df0e5966e4c025514f7f1f416e723aa77 0.25 MB 358 16
360,705 360,705 0000000000000000038bdf1093e45637e861ed63a71abf4c4b9a9406483cc3b4 0.45 MB 983 29
360,704 360,704 000000000000000006b364d10ec5c6a19d20d0d40fdd97627cbbc73508b4a1e7 0.25 MB 488 26
360,703 360,703 000000000000000002b8445d0c8a78dc3961a0346cd6149df6cb2aaae355f78e 0.25 MB 88 2
360,702 360,702 00000000000000000a6eebccc3d9d9173963b94c8bec9f2fc18131646bce4aab 0.21 MB 412 30
360,701 360,701 0000000000000000047ffa0b67408faf59375a23566bd2c6b183e5aaa49005fb 0.05 MB 96 30
Previous 10 blocks ↓
Total Size: 769.10 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,628.71 GB sent, 93.38 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.