Memory Pool Memory Pool Refreshing

1,363 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/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.40 vMB 1,352 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (905,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,695 2,695 000000007a1b08a534ce7e00b4e0f3f15e598ea2cf8400a2f68077780dd786c0 0.00 MB 1 0
2,694 2,694 000000009968b9db3d60b28ebf5653412d2e3bca609498d409b3c78044a8f61d 0.00 MB 1 0
2,693 2,693 00000000b19dd11f5b01a677e535cb986db19abd975ec270a948402297e84dc3 0.00 MB 1 0
2,692 2,692 00000000c64b2c48acd6b43ac1020d5c0bdbdaea138360ab755d9b5f2a91855c 0.00 MB 1 0
2,691 2,691 0000000030b9ba1a81913fba03fe1c06b824f9610a5a91c62b7c26ca6b972d96 0.00 MB 1 0
2,690 2,690 000000008f0480e98ef05c47c0f7acf37501caf8e07a961c2c0e30add9778236 0.00 MB 1 0
2,689 2,689 00000000d764cad472fd749956c02ee590068f3c97a40dc251f728e39459ea14 0.00 MB 1 0
2,688 2,688 000000003c03dd141b4192065af0a504c78504c0fdf4998321c884982de35ac1 0.00 MB 1 0
2,687 2,687 000000000d8cf4669b79f98d128eba46ec24405e572b576dae32284b269dfaa7 0.00 MB 1 0
2,686 2,686 000000008c5ca6e2265b477889677b17345d58f93dbcb82d02b25563b0871a24 0.00 MB 1 0
2,685 2,685 000000006c4e83dbcb909960d95caaea9a823f304e4e7ca030c213c9b6a9a668 0.00 MB 1 0
2,684 2,684 00000000292caa61b5a0aae1528c4d1d629585b667f6a222020b638842a85f32 0.00 MB 1 0
2,683 2,683 000000002d843058f2fc99aeace4742b109010e09e99b42d08558af805a4a385 0.00 MB 1 0
2,682 2,682 00000000eaead7d7a8ec90b0d5759b24cb40d84fc6d5331bce0d0be4613723ae 0.00 MB 1 0
2,681 2,681 00000000a6c5fbddc973517a87e614bcfe39d053109dd357492e1c114a57c32a 0.00 MB 1 0
2,680 2,680 00000000a2696fcc7e4db264b594b481759b692ebaff7cff61145ea11d983593 0.00 MB 1 0
2,679 2,679 00000000e15e3f9f5237c4d268c20f23ddbb78c2787fe3c1453ce625414cf656 0.00 MB 1 0
2,678 2,678 00000000cb8ce334e6e2e10d6c20c52782729389a823283f7ef0eec12e452edf 0.00 MB 1 0
2,677 2,677 0000000061f7e541b19cbbe7ead47a67d26b2d721907b959ffb79fe9b56f14fc 0.00 MB 1 0
2,676 2,676 00000000cd92aee3ad380fada1532bcc7bd624b2df3cd1838c9f9aa7fbfa075a 0.00 MB 1 0
2,675 2,675 000000008e20654a74b828f6959e72885b276bf9cc1d54744385d0ec49089141 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.