Memory Pool Memory Pool Refreshing

7,953 transactions
3.66 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,898 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (9,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,403 898,403 00000000000000000000310efd429a134c81493d34654967bd8cafd2650ac006 2.61 MB 1,138 2
898,402 898,402 000000000000000000003c1c78ebc956b47a102cf0648ed79965508f7b615b34 1.73 MB 3,334 1
898,401 898,401 00000000000000000001c5e6b7880a79a68360cd429e518be4c6d83033605158 1.79 MB 3,728 3
898,400 898,400 0000000000000000000195a7e76481c2fccc0891c013aac754c114962b06c4b3 1.75 MB 3,485 3
898,399 898,399 0000000000000000000205709460ab55ac8bbdb4b950e0c2ec78020ead2629d9 1.71 MB 3,641 4
898,398 898,398 0000000000000000000123cebed79f597a22539ac5f56f1726b569f04319b3e6 1.97 MB 2,638 2
898,397 898,397 000000000000000000008003b6712f9c35269d6d54af42d273865ed4a13ea757 3.34 MB 1,113 3
898,396 898,396 000000000000000000012743f781ea635308223c993fdc7f73dcea38e1763aaa 2.04 MB 2,413 5
898,395 898,395 00000000000000000001209986c2fdafd5cb6942ec2f819e2a285584aea48eb7 2.13 MB 2,551 1
898,394 898,394 0000000000000000000240c68668ac2b01744c923f318b6578bef457e32fd931 1.75 MB 2,814 4
898,393 898,393 00000000000000000001d38dac78837ab81bb28647b47bf1e9dbd70a599415c7 1.82 MB 3,877 2
898,392 898,392 0000000000000000000084967c73f112537287e949d928db1450add568c4cfee 1.67 MB 2,927 8
898,391 898,391 00000000000000000000b340f24f8e45a71f1a466ea3d02be09bd597af5caf98 1.37 MB 542 1
898,390 898,390 00000000000000000000b6a6d2cd38cd9e1a63d726e4c2f09e018bb1f64b6a24 0.67 MB 318 1
898,389 898,389 000000000000000000002e480e992ed458db23515b72511702c15989251fb79a 1.12 MB 1,074 2
898,388 898,388 00000000000000000001f53348dc02b8b381db1320c92bf0f50833c1072602f7 1.64 MB 2,494 3
898,387 898,387 00000000000000000001c58db3cab9d91a31eb7279f931d6e88ae84c60618421 0.80 MB 865 3
898,386 898,386 00000000000000000001e54fd5d9980a6492c9c844c901fc3d43a6b3169a4dd5 0.19 MB 175 3
898,385 898,385 00000000000000000000a106921da86a8eec2565a485491cbe8892e443581316 1.25 MB 1,328 3
898,384 898,384 0000000000000000000117685121b7bc55a9eab6f2b55dd5958bad3aba554a0e 0.44 MB 465 2
898,383 898,383 000000000000000000014279c360b0637f44482ce102c92046bcbd58f8092422 0.51 MB 696 5
Previous 10 blocks ↓
Total Size: 769.03 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,624.89 GB sent, 93.01 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.