Memory Pool Memory Pool Refreshing

6,767 transactions
2.45 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,698 (71,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
835,806 835,806 000000000000000000034e918293933cdaf9e0f017d190f9053495c1d2c90af1 1.61 MB 3,329 32
835,805 835,805 000000000000000000003d120423a940339f8c2ff604136917b65bca417b476f 1.61 MB 3,246 33
835,804 835,804 000000000000000000019f2d416f8c29ed380d5a694250794e8ce0c3332aa10e 1.74 MB 2,608 39
835,803 835,803 000000000000000000033b7f3c465bc445c2cf8a13638861e88584a410b7bb3f 1.61 MB 2,657 44
835,802 835,802 0000000000000000000143bcf81dd569d03ae6338835f174296d3855e43246c1 1.55 MB 2,954 39
835,801 835,801 00000000000000000000ae67f70b3e470795262b73626a5cc3604756df4dad58 1.13 MB 176 12
835,800 835,800 000000000000000000004e11b74b6b294620cc2d31fde18a91ef5329890a2356 1.99 MB 928 15
835,799 835,799 0000000000000000000088b17afb8b5a7fa09b2001b5695222941ceba536c68c 1.67 MB 2,838 27
835,798 835,798 000000000000000000000184f2e3dbe71a24012b01a1452ba86eaa2974099e57 1.31 MB 1,656 18
835,797 835,797 00000000000000000002cf73415873bf17cc747e941f037248f530d1ad5a96b7 1.30 MB 745 14
835,796 835,796 000000000000000000033cebd8416b0dbe5cd5eac3ce687fbf6211065ed6589d 1.84 MB 1,127 14
835,795 835,795 00000000000000000001cec54886807fe20240b00de2f062f4f8ad86c7da652c 1.64 MB 2,961 26
835,794 835,794 00000000000000000001c06226434e3331e7068f7e6a0569162d9b800c1c47e0 1.68 MB 3,130 27
835,793 835,793 0000000000000000000039693c5c6179d95cceab7c1d16d585d5f6785456b099 1.34 MB 1,502 17
835,792 835,792 0000000000000000000308a05fb149dfd7fa77d69e1284aa3a1fe2ab42704937 1.49 MB 969 16
835,791 835,791 0000000000000000000063e0848c2789dce254a525492e4fa9d853f97493fb70 1.89 MB 1,577 14
835,790 835,790 00000000000000000002c5396a1679dc851cf85faedb9c1d9f2f4ea21c9aa0e7 1.63 MB 3,024 33
835,789 835,789 000000000000000000029fc328135dfd1c156c0fad6618b92a72c9aac24c7ed4 1.73 MB 2,935 19
835,788 835,788 0000000000000000000316e42dec3f0d334ebb5bcdd600a34ee96978f10c658a 1.76 MB 2,741 28
835,787 835,787 00000000000000000002564165618fe8b79f0f877a4c6e52cee26aff4bb9dc9c 1.61 MB 2,117 28
835,786 835,786 000000000000000000034b60e862f2e65ebd90592733487f4d8ab31667df0c52 1.60 MB 3,733 27
Previous 10 blocks ↓
Total Size: 768.98 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,616.49 GB sent, 92.73 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.