Memory Pool Memory Pool Refreshing

1,579 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,468 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,565 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (906,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,396 2,396 00000000dda6be51081341e04d1e120c18ab2d0d4c7a85c93a5a8ad3a17ef713 0.00 MB 1 0
2,395 2,395 000000006cef7c465cdc7ceb4587fe4c1cd7ca3269edf9bb53623eee6cf50356 0.00 MB 1 0
2,394 2,394 000000005fc0564918d56e12523d158e0d452fabec129c6ad627908b4725fa63 0.00 MB 1 0
2,393 2,393 000000005ae417501a41f95d138182e6b6922f1defb43c822ae25a04106fbbac 0.00 MB 1 0
2,392 2,392 00000000038d5c6837cc130a0e36af97fa212aa86cbf5d629e7289d6c67a263f 0.00 MB 1 0
2,391 2,391 00000000224f87652440834f6721b3c552a5f6e4173c73c433d62b7514daa960 0.00 MB 1 0
2,390 2,390 000000004e2bc7beaf29dbeb96d856e7bbf8c639732cb87ab3fe77a3dfc184a1 0.00 MB 1 0
2,389 2,389 000000004ae594ed6a8e3d5bb333720d81107e41bc72cdf515d451565d084af3 0.00 MB 1 0
2,388 2,388 00000000706dac7112e7cabbba1e37f5c5d03999ea1de530e9a9dd2c87abefc6 0.00 MB 1 0
2,387 2,387 00000000785145f0ad2fe66882aabdfb6f2f38259394c32167bc40576c96aa6c 0.00 MB 1 0
2,386 2,386 000000006c03d7466e36937aafa0482560257003b6502887ae367b7d9017ee21 0.00 MB 1 0
2,385 2,385 00000000992382eb485095447db1b59a3833a94641d9033c2aad27b1dbf974a9 0.00 MB 1 0
2,384 2,384 00000000d4b8102b902613c2494ff2c454d020f2cbfdbc0e5f306a0b7b77e9fe 0.00 MB 1 0
2,383 2,383 0000000074c231be4740a4e86bdac239d601e5377048420bc4eed5166d125c6a 0.00 MB 1 0
2,382 2,382 000000008b0995d4021e3e6f26de45cea8a3d7a33566656baa93e034239895bc 0.00 MB 1 0
2,381 2,381 00000000cb9cf810f154eca3b897fb9fc32d5ad6b118d8f3ef25ec855bead8a9 0.00 MB 1 0
2,380 2,380 00000000e2907c985adfec04949724dabcf39b401d1fe20cf1709a6f146ad0ee 0.00 MB 1 0
2,379 2,379 000000006ebbe7c070bd446a35674b91da43e5e2dc3e72b9bfcf1afae351a7fe 0.00 MB 1 0
2,378 2,378 00000000dbe99fe90915218f74be250fffd6140041b1e8cf139543ae88af0795 0.00 MB 1 0
2,377 2,377 0000000052da91541855a14d302fda8dbdec3010f2158e1dbee67e8ade2cb49b 0.00 MB 1 0
2,376 2,376 00000000b7ff527ae532e7fa4ff24ad476c5bb1efe3870e9d8794c8d1ff5cb43 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.