Memory Pool Memory Pool Refreshing

5,027 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,856 (803,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,082 104,082 0000000000007749ac7bc2a6ab73f6f05ceed1ff2d858b519c5519d0ae97c879 0.00 MB 12 0
104,081 104,081 0000000000036bf68b125a1827f37da1934200e0d28a7986392fee402416cb19 0.01 MB 24 0
104,080 104,080 000000000002addc808711a8da12c76d024d3702030e874acebc60ef7fd86632 0.00 MB 4 0
104,079 104,079 000000000001349966b632398ab22e879a50496ff5adbd45e8f3307068a48860 0.00 MB 2 0
104,078 104,078 0000000000009f81e11a1fabd66bb483273293aec8ff5bb91cb4569c237ee414 0.00 MB 5 0
104,077 104,077 0000000000034836fb09c9af733758a0c4b6bdff05df3cc997928e0981cb80c6 0.00 MB 1 0
104,076 104,076 00000000000202f12c221bea30d8d880bdd320ccd5aa0f95fbd94fc3f098f33a 0.00 MB 2 0
104,075 104,075 000000000001028fa0758c27f1a8f06c7ce1062e6a42dfd1d1ec86a01edfc9f8 0.00 MB 1 0
104,074 104,074 0000000000025d610ecb8973222f7f0a203f7d851bc390e438c4a8d117ca63a8 0.00 MB 2 0
104,073 104,073 00000000000021dc7c5b094ec0c05a6501a328544477cb01e7d9251d6e2fcaed 0.00 MB 6 0
104,072 104,072 000000000002de1caa846c996e594fdde914280a470f5f4f4f54134056f3692f 0.02 MB 19 0
104,071 104,071 000000000002b326d712c0acda1dffbc2ed327fd6494a05643c98f928fd49730 0.00 MB 5 0
104,070 104,070 00000000000353c7a7d77bad5ce8227b3516ace50b2e889f18acec5c8691dd15 0.00 MB 9 0
104,069 104,069 000000000000f834141dbab880fd06f5aa3bc7dadf3d7711376c2c8cfb606cbf 0.00 MB 7 0
104,068 104,068 00000000000310f7cb97aa02b00222f64084d3bc0fecb9557cfefd07738636bf 0.00 MB 2 0
104,067 104,067 0000000000027c0c7d1ddf7a81cf09fa67f15eb91c8b87b1e5300a963d26bca9 0.00 MB 5 0
104,066 104,066 000000000001ef8d8ef536e513f5e50629e94281f9c7a4d47b7f0dbeb9a8398a 0.00 MB 4 0
104,065 104,065 00000000000148b83ecd2b0f244a3113b8232589e54643dacda21fc062fde01b 0.00 MB 4 0
104,064 104,064 0000000000009f7cceb1aa189696a91fe1df3dd2c796128f098b125b53ee7a52 0.00 MB 5 0
104,063 104,063 0000000000012c663be7e99b02fa8dca9bd9261de8659a971b7aeb867d2ed5fc 0.00 MB 10 377
104,062 104,062 000000000001c2ab645b4e072eef2bf4468e8c04d4ba59116ec7e26b8033b728 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.27 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,635.41 GB sent, 94.28 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.