Memory Pool Memory Pool Refreshing

4,324 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,119 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (305,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
602,219 602,219 0000000000000000000729e027271a9a7964ff91a3d88758809cadd951361402 1.40 MB 2,646 45
602,218 602,218 00000000000000000003af3dc0a8600c631ff05c65e9ac771e5aa4e2004813ca 1.22 MB 2,224 21
602,217 602,217 00000000000000000008ba40fef3cc8e5349b4e15b50703ff09ef0fbfc4e45ee 0.69 MB 1,871 14
602,216 602,216 00000000000000000012532abd65d690084b5266480056cb2addd61441f99f8b 1.24 MB 2,553 22
602,215 602,215 00000000000000000002fbeed11f813af2e9dd25478251d098f64c1a7c4dfd44 0.75 MB 1,942 17
602,214 602,214 00000000000000000003ad9dc5fa5e9bb1d3dc40c8d9e4a91a1a14299c604238 0.96 MB 1,561 11
602,213 602,213 0000000000000000000540a9eac43532c227ee796abe53111cd625409f156675 1.22 MB 2,908 4
602,212 602,212 0000000000000000000822ae332164d35f71a600f2bbe7ce1809846ba62fce32 1.31 MB 3,289 40
602,211 602,211 000000000000000000025c94d3e16aec534e8849b0574296ec1fdf5444057bca 1.21 MB 2,583 17
602,210 602,210 0000000000000000000d4792072547586d77040a9f57ec06888ca7bf3cf34927 1.28 MB 2,499 12
602,209 602,209 0000000000000000000fcb84c39fa9f27af96e7de5f5fcadbc8c7ed00e6ea326 1.25 MB 2,776 16
602,208 602,208 000000000000000000072e5177d624014c3e882e026249e08b0b7e910d976f48 1.26 MB 2,063 15
602,207 602,207 0000000000000000000fac9e84a620c65518ac3b773fbde1ddf73532d72e359b 1.15 MB 1,993 19
602,206 602,206 00000000000000000010a5671d68df5bd46b3cba016f8f8225d0c2bb028aa488 1.26 MB 2,600 28
602,205 602,205 0000000000000000000daaaa2363685380634739d241cd2d5c070c68ead0eb95 1.21 MB 2,001 12
602,204 602,204 000000000000000000101b0de4f0b5ec976832dc3eb02520ed2771faaea4e862 1.27 MB 3,128 27
602,203 602,203 00000000000000000011ccf05007537d1790f9cedc9c70f1d99938b11872cc4d 1.22 MB 2,559 12
602,202 602,202 000000000000000000025d2b3ab0cf29e932f86ff618370599df32eedb89abe5 1.31 MB 2,506 29
602,201 602,201 000000000000000000037f67a1ed5f439777223f0dc37750c649b07f80b70ae2 1.45 MB 3,328 31
602,200 602,200 0000000000000000000e956718b4ad25122d0aa7e13af16e7bbd000402b129ab 1.27 MB 2,666 49
602,199 602,199 00000000000000000011fa68145ff6ede63bf510b400888a4c88be5a536ffe5e 1.16 MB 2,070 22
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,615.99 GB sent, 92.70 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.