Memory Pool Memory Pool Refreshing

4,935 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,106 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,813 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,105 (848,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,078 60,078 000000000695b79b342637c8e8ae067a502f3937d54d54697837165ab84ec3dd 0.00 MB 1 0
60,077 60,077 000000000ba3e8a4325ba66e3279f87c721ddeae75bee9f80b4d8aacc9a88980 0.00 MB 1 0
60,076 60,076 000000000915479bc52f8e238a777921f6af68e7fb34e7c436ac66af8d0f2cd5 0.00 MB 2 0
60,075 60,075 000000000a906372e14cbd74fb99566a82f205508e8eafbf337c6dd1e99bb305 0.00 MB 1 0
60,074 60,074 000000000c1becf6297aa3a9c09c45e18549998dbe204b06c9c795a45cd8d0ec 0.00 MB 3 0
60,073 60,073 00000000017e02bb2b1d495ca240f18bd8a467d2a475154241a90f8fc9e7cbd4 0.00 MB 2 0
60,072 60,072 0000000007377c61d23206585ec07cdea4fc571be0d80b9622231dd89f82e1f5 0.00 MB 2 0
60,071 60,071 0000000008177911d180e8dd01b4b5edd236ab653d6c47bd7889661569df41a4 0.00 MB 1 0
60,070 60,070 000000000c8d622bd18895775be3f3f87e46d130f070d4ce8de761f13d5c1388 0.00 MB 1 0
60,069 60,069 0000000008a4ff50140fee1671f1be1a8ea4b957b21ea2162ad17abc9784dc21 0.00 MB 2 0
60,068 60,068 00000000070f85b62c1ad2024333bf74316d756b3436133811157a153d05cdce 0.00 MB 1 0
60,067 60,067 0000000000bc9dd1d7118143c4d71080528f18f76c9cfb15514611c6a53902e9 0.00 MB 1 0
60,066 60,066 000000000615322c8abfe331b7eccd41f5756bafeb05045b070aa6ad42c8bb7d 0.00 MB 1 0
60,065 60,065 000000000e80364d5960ea7ce7c66aeff12865cdee3d3b3596a6fd259a429685 0.00 MB 2 0
60,064 60,064 000000000c6e9e8aaa97a031667ed229764371b427a4e91cbd74d0ea9495024e 0.00 MB 2 0
60,063 60,063 00000000002cf370b3570d59a965598304beaac76b91ce82974a2c267f9774a1 0.00 MB 2 0
60,062 60,062 000000000b10ede3a9f121a3d5110880ed7f97fe8fec9bc0871b3f9f5621abab 0.00 MB 1 0
60,061 60,061 0000000002297fa583d73d5adb7fb86fc3e6749bed6485a4b62962e83435d163 0.00 MB 1 0
60,060 60,060 0000000009413a6a3f1d698fd6db8f15a8b6b0e1c4b32307f06d98deae49bb22 0.00 MB 1 0
60,059 60,059 000000000c9d4ecb45d7a28c4a0a398c102ed59420355fd7d36129130fd2e4a8 0.00 MB 2 0
60,058 60,058 000000000d6604b2babd967c08559aacdb726fac7b119aec46bb9d6e016ce285 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.74 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,679.27 GB sent, 96.61 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.