Memory Pool Memory Pool Refreshing

1,428 transactions
0.43 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,551 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,403 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,550 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,550 908,550 000000000000000000010fa6fbaecd0256fd292bb05d7e63a9647c5d4b05be0c ago 0.09 MB 247 2
908,549 908,549 00000000000000000001a281409a576186e37b48b2abb459b18b610fba8c39d9 ago 1.58 MB 3,482 3
908,548 908,548 00000000000000000001761085a61122c49b79285bf913d6e448a2ca7370a752 ago 1.79 MB 5,117 0
908,547 908,547 00000000000000000000f729940374d7e4ca00b8478141c7e77fac02009af032 ago 1.95 MB 3,255 2
908,546 908,546 000000000000000000003b85a8940437288c5362904ab165cf614ed32b3a7abd ago 1.63 MB 3,186 2
908,545 908,545 0000000000000000000037b1b57f06a1e433ad3cff22c888c5a7892e24dfe401 0.58 MB 70 0
908,544 908,544 0000000000000000000071252176b91ce2c1c59ce2b0d74568a051af971a7ad0 1.10 MB 1,646 2
908,543 908,543 00000000000000000000247526dcdab1df2e8540bccf8d8b7dae6e2d1b8fad55 1.98 MB 1,395 2
908,542 908,542 000000000000000000013fe463594f7038110c515442cc0879fa2a2e821144be 0.22 MB 296 1
908,541 908,541 000000000000000000005aa3bd43c0988d7be423f441e0be3db21ccc69e81037 0.67 MB 1,381 2
908,540 908,540 00000000000000000000ee949fd295705618fd11e6dbf2b8b3a77d293f99b542 1.87 MB 1,012 1
908,539 908,539 0000000000000000000139ca3c70f2f43027f436c824bcff9eaea80b48ba89be 1.77 MB 1,475 1
908,538 908,538 00000000000000000001c54c224a6a8ef202e0a70a0172b8e3a1398b5ebc61bf 1.64 MB 2,816 2
908,537 908,537 000000000000000000008d8b0d5df23e0d377651671973f262337f0e6174a758 1.65 MB 3,683 4
908,536 908,536 000000000000000000000b18fb6bf34b6c5781af2c2a96bb6080f18d98c96423 1.56 MB 3,263 3
908,535 908,535 00000000000000000000b5623aa2088b3226bb596ed0e59189254e212923c471 2.03 MB 984 0
908,534 908,534 000000000000000000006653dbcf89e59c85e26152d2b5b7024b6cbe3329649c 2.05 MB 437 0
908,533 908,533 0000000000000000000076ee4c211653d5a9e49b8eecd26bae3d041789c0a887 1.71 MB 1,586 1
908,532 908,532 0000000000000000000140c88b050638bd94c9ad4880c0601462aeec18977ffc 1.63 MB 2,541 3
908,531 908,531 00000000000000000001a9efe8a402dc751fb4c7df1a76306f928aeb2171e3d6 1.96 MB 1,494 1
908,530 908,530 000000000000000000008af4af584580528587ab57486d0a33ac4992126a1b4c 1.78 MB 2,811 1
Previous 10 blocks ↓
Total Size: 770.71 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,843.77 GB sent, 100.55 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.