Memory Pool Memory Pool Refreshing

3,656 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
2 sats/vbyte 3
2 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
901,798 000000000000000000023a040000000000000000000000000000000000000000 0.91 vMB 3,636 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,797 (766,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,665 135,665 00000000000004948cf91d404fea5ee1e2af2450aa661212e9feed080367f64f 0.01 MB 30 838
135,664 135,664 000000000000032ded806ce0e25d5177d8152048351654e3cb0bfc25e74b08d8 0.03 MB 92 234
135,663 135,663 00000000000007af1fdd61069e4e5f13a2312364fcba173baf218edc0c9bc737 0.04 MB 86 175
135,662 135,662 00000000000003f41cfa14e4f98b1e2068f060163e11900b957dc6a22a850d8d 0.02 MB 16 394
135,661 135,661 000000000000034513981e07e41e0ad1f158cca8bf7a32f5fa5de85eae88ceca 0.03 MB 55 4
135,660 135,660 0000000000000171f4a5be9ec55a55d5292502646c011ba0723e2d32a17dd667 0.07 MB 137 215
135,659 135,659 000000000000086880292b147f1907ca1b7a2246b4bf161ef5e607a8bbbed6f9 0.07 MB 160 127
135,658 135,658 00000000000002342109c942b4180695ce65f0a539de895d037c3f4fb9cd1878 0.05 MB 157 132
135,657 135,657 00000000000005ff6eab23534a9a411f4b030e875c0fa7a0f574174056728a55 0.05 MB 115 170
135,656 135,656 000000000000023230eac5530f78d710f9613349fe3c9b1ca9e1b19ab34aa3dc 0.03 MB 65 327
135,655 135,655 00000000000008a0ca1ea0fe8f4baf0207fac298927664cd7a6dfb0a85d2c98d 0.03 MB 69 837
135,654 135,654 0000000000000845e9568906d9bbf291e4460641945989452ced94c3ea2b9bad 0.05 MB 97 300
135,653 135,653 00000000000001ed963fd4ffe51f6c0a917ba041e8a992e20574dc959cbb1a64 0.00 MB 7 33
135,652 135,652 00000000000005d280454de07e0482ea4d947aa49b59864aef39bb3437ce6263 0.04 MB 148 22
135,651 135,651 000000000000090c2f863d73402fbe73b6b0b532e8005cf11430fb31d6046e5d 0.01 MB 37 230
135,650 135,650 000000000000094265fcc01ac11356c142d3c2ff9ebf6e3a99907eef6d9f0a63 0.02 MB 40 280
135,649 135,649 00000000000005eb2a87e3170e314017ee1af118f98bcb4d58b069371dcd9a74 0.06 MB 152 464
135,648 135,648 00000000000003dbba5400eff80594bafa895b29f74898c18a148ea08ebd5028 0.06 MB 133 499
135,647 135,647 00000000000002ca44238079425f93454e96c63753f525360bcec440576f6c9d 0.01 MB 33 454
135,646 135,646 000000000000069283eb1f5d1adadd84089248e3beda9db26a6457c422768694 0.05 MB 106 217
135,645 135,645 0000000000000549a4360b4dd1ff772cb052859b014e41cf4a1a96e43fa33de7 0.02 MB 49 661
Previous 10 blocks ↓
Total Size: 758.84 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: 762.48 GB sent, 41.07 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.