Memory Pool Memory Pool Refreshing

12,215 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,036 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (762,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,679 145,679 00000000000003cd4a2c8f7cd48d845ebc92e570e1c7a8c6623efe6173b65264 0.00 MB 8 109
145,678 145,678 000000000000006e1df87c8c2e594b51d528b6a4ab7367c5b3fa19dcce738ac2 0.01 MB 37 0
145,677 145,677 000000000000006bcbdf259dca32050db18798c2f481705b0a4452a5855cd580 0.01 MB 22 74
145,676 145,676 00000000000002bc26496c008ec454fb85c840a3f67f865865b6fcc31d6dc75e 0.03 MB 91 162
145,675 145,675 00000000000007288f051c078037e5b7a9884cad6c7af147a027cc2b138e212f 0.00 MB 5 231
145,674 145,674 0000000000000549fc8ff384704163dd5df463f76ac7129c0b8487f036cc486b 0.01 MB 15 66
145,673 145,673 00000000000002c2a2287e4c4923d58e0f32b36c079d9999e4b44854825dd972 0.00 MB 10 419
145,672 145,672 00000000000007a9e928a79bd4aa7bf66e14f6840afeaaabb65a9f54dbb5c3bb 0.01 MB 19 127
145,671 145,671 00000000000006dc84e8de2dbfd7695a9d0294a344aaffcbdbbbc9cce29ce55a 0.03 MB 96 83
145,670 145,670 00000000000005dd47172f4b907e59f16b307280e8c15eaef75fe5c27fbab995 0.02 MB 64 190
145,669 145,669 000000000000059f4c03cc20bc1576eccca34d7c4b815126f815e3043cec7140 0.01 MB 26 207
145,668 145,668 00000000000008b24152a87d2d0a206bdd087be3983cf3c986b1dbc7e6ce3cf6 0.02 MB 21 274
145,667 145,667 000000000000059c06df35ba398b1b89fb02e2142aa685208f339b48c6cd5abb 0.03 MB 106 110
145,666 145,666 00000000000006b12e72ada83706aefb7c1db6a0b5dc8f2ebb916225098692ce 0.02 MB 55 140
145,665 145,665 00000000000008b2283b639ba1592f520b45a9a8148fc453e10e07e560da8a37 0.05 MB 126 186
145,664 145,664 00000000000008e31a6887f7d566ba8b398714a887c7fe052f50cf848881de5c 0.02 MB 38 377
145,663 145,663 00000000000003c2caa973a16cf981b12ec8826b7064bb2210fe5218716cdbd2 0.01 MB 13 510
145,662 145,662 000000000000064af0d1a13424c2a6a3e5544e77ddbb6da3ffb567af2122ef52 0.02 MB 66 583
145,661 145,661 00000000000005567d9db096cfcf36bccfb10745e26627b7c9b048fb1a46ae24 0.02 MB 76 12
145,660 145,660 0000000000000587eace459d76294f23cd3ffe85a512762988f696ff96495e55 0.05 MB 95 796
145,659 145,659 0000000000000304fa9d3ee50b6330846826d0f39f5af1d547f99a7c2a87d4ef 0.00 MB 7 759
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.