Memory Pool Memory Pool Refreshing

13,782 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,591 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (83,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,083 824,083 000000000000000000000b8345bb2a7d20df603915278e0c0a35b7f802227a3f 1.56 MB 3,443 115
824,082 824,082 00000000000000000003c3fa2fd17d9762e6bfb8c3d257df65e0c675b5bca1d0 2.08 MB 3,176 86
824,081 824,081 00000000000000000000f65f4587a1fcc07fb3970ee5f6924731a692dd4a49e3 2.16 MB 2,456 71
824,080 824,080 000000000000000000032ebdeff9c3b091647cced91318e67ab7689eb0d4b602 1.70 MB 2,814 98
824,079 824,079 000000000000000000020b373b1c44d03ed85eac49a53c8977601b74c35f5d22 2.27 MB 1,901 70
824,078 824,078 00000000000000000001d688ae7f86656f679b0dd63c155dcf9be535c8ae5967 2.37 MB 1,809 73
824,077 824,077 000000000000000000014e3ddffb004b7200997f153d1ae5aea8a3c6cf830959 2.16 MB 1,864 67
824,076 824,076 000000000000000000024122caa85793abbb74f591b1524550f0f65e12ad0e7f 2.24 MB 2,244 70
824,075 824,075 0000000000000000000279a68ba91ba8355318c2831121f877a102841a56bafa 1.97 MB 1,990 65
824,074 824,074 0000000000000000000358b105e326be8e82d6acea11ba89d2575733e27fc2be 2.03 MB 2,521 65
824,073 824,073 00000000000000000001d65cb6fc0921db3155f037fb096a11e451803a039e9e 1.81 MB 2,223 74
824,072 824,072 00000000000000000002bb5e0cce543e6161323ef1d67fb3ab34a07db91b9715 1.64 MB 3,195 121
824,071 824,071 0000000000000000000218e313ed93bf62afe3125cfb8ca14a3b47819781eb69 2.19 MB 1,921 64
824,070 824,070 00000000000000000003deb5e7b5f84b2f83eab4a3c34fd35506e694447efffe 2.13 MB 2,061 66
824,069 824,069 00000000000000000000e4ce585487cf0615edb58a41e1c15530e8a19fbe0549 2.05 MB 3,346 90
824,068 824,068 00000000000000000001a073f77d705cf26b1187097b16850d87eb061f2f2fe4 1.98 MB 2,205 66
824,067 824,067 00000000000000000002aae91aa6b1f070d87cd6734fccffff9f0855ea7f324d 1.67 MB 2,842 119
824,066 824,066 000000000000000000028665032449fb886dac7867d89327b10682bc16d86752 1.82 MB 3,009 98
824,065 824,065 00000000000000000002fc3e4f1271104f1600b82cb2db30b6f023569277fdfb 1.97 MB 3,025 98
824,064 824,064 00000000000000000001b553f05a40a26a354bf7d70858c1b26f95ab08a06ccb 2.08 MB 2,194 66
824,063 824,063 00000000000000000000e6f5858e956febcc574157a2ff464664b6d0550fc0cf 1.61 MB 2,949 114
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.