Memory Pool Memory Pool Refreshing

4,413 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,752 (6,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,080 901,080 00000000000000000001005c0b9e972b7fc2f9fc8aa3c09bd36c24c872b78cf6 1.60 MB 2,792 2
901,079 901,079 00000000000000000000c79301192af10705a1c7af267b5d7fca14f8151550f8 1.68 MB 1,799 1
901,078 901,078 000000000000000000009ec4fcfcc0b28bcdf2fd6245c126283fa15708ce36d5 1.49 MB 2,864 3
901,077 901,077 00000000000000000000466eae2a3ea6fb685fd0400a7206f22810103f7b0b0b 1.76 MB 788 1
901,076 901,076 000000000000000000005fed5a69fdf3c666fd25bcd5670025eb8be2a5e3bea2 1.74 MB 1,497 1
901,075 901,075 000000000000000000021d19eb929e72ac4653b3ebb836d5520b8faba2cca151 1.54 MB 1,933 1
901,074 901,074 00000000000000000000e4c71bae608cb8581f218777cdf4b917b50b48caa68c 1.35 MB 2,057 1
901,073 901,073 00000000000000000001fd40641099f08cb63c473935e5d0327d57990bb719fa 0.00 MB 1 0
901,072 901,072 00000000000000000000452a333962e125cbc93f7f1a245c6e37da2e2c1af442 1.11 MB 637 2
901,071 901,071 00000000000000000000958bcdc5cea338c814ceb51dd55c44266f49dfd250b1 1.65 MB 3,664 4
901,070 901,070 000000000000000000012a9e9b9b41bf9ba6e13dfddd703cd8e17a31255d8d27 1.59 MB 3,667 6
901,069 901,069 00000000000000000000075194754487992a2bd380a5573b005f8e70c4ab10d0 1.62 MB 2,919 4
901,068 901,068 00000000000000000000d7b2b494dc400842c732c63f16bffb700d31efc14d10 1.50 MB 2,830 3
901,067 901,067 00000000000000000001f48b0de91d62fa1dc889036c657bf90bb11645e17909 1.47 MB 3,300 6
901,066 901,066 00000000000000000000b9af6a468c05a2691e6b3d59616d40d913293b123bdb 1.03 MB 104 2
901,065 901,065 000000000000000000022330c004b276214f0e8eb35c6f37bf59f007ccc989a1 1.34 MB 2,309 3
901,064 901,064 0000000000000000000070e7cb9467ff6cdd26e76b17e47d712146c2292dc34f 1.42 MB 2,743 3
901,063 901,063 000000000000000000002888dbe5890a1af46e5651bcc231a4dd857dea488117 1.39 MB 2,168 4
901,062 901,062 00000000000000000001967a65a225bf726fdb9b96f084b3e896ecccce69f7c8 1.34 MB 1,893 3
901,061 901,061 000000000000000000014a790f75e872bf0b99a0fd95d44db51a355635dccf05 1.97 MB 815 2
901,060 901,060 00000000000000000001c9fb94f57ac474d54a32dd483f462fccc14ee1bc2c21 1.72 MB 3,078 4
Previous 10 blocks ↓
Total Size: 769.08 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.24 GB sent, 93.30 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.