Memory Pool Memory Pool Refreshing

7,471 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,830 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,914 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (6,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,462 901,462 00000000000000000002009f3857555d35309b2203f7e3a8bded0e101d8f0091 0.35 MB 736 6
901,461 901,461 000000000000000000020c49777d18dffeb07d1aae94aa9e99ac78d4b3825e12 1.27 MB 2,107 2
901,460 901,460 000000000000000000017eb966e8834d40ad1373f2816473c98c8d70ff807c31 1.59 MB 2,473 1
901,459 901,459 00000000000000000000c361f433dbc626ade3b573c437a78a67c570e5171c53 1.66 MB 2,621 5
901,458 901,458 0000000000000000000153574ab5759f168319686d8209492ec6ea55422c9a01 1.57 MB 1,948 3
901,457 901,457 00000000000000000002123f95c584ab694232339188f51344dd67aa684169f2 1.13 MB 1,914 5
901,456 901,456 00000000000000000000d3f96126f8832d57f32784cc05c0a125e5f3fe6bfee3 1.00 MB 1,939 4
901,455 901,455 000000000000000000008e5f414d35a0276210aec621ff9f89ddf6a47275f008 1.46 MB 1,749 1
901,454 901,454 00000000000000000000bebf33d3a378586568e6f557c8d1cb4471b12685bf7c 1.64 MB 2,630 3
901,453 901,453 00000000000000000001ecdc77041bf7fc42b7fbfe9c930cde82a3a9d686d7dd 0.32 MB 216 1
901,452 901,452 00000000000000000001f723d5738a814b2f1d322aeb15fc17606f0ad737ac96 0.25 MB 255 2
901,451 901,451 00000000000000000000cec073bc6ae71afa6709d8378306ad7ec8c342ad8cef 1.46 MB 1,350 2
901,450 901,450 000000000000000000009fa8cdb4002b2b575c65247e8b9b2e496f09ff6a7e32 0.41 MB 654 2
901,449 901,449 00000000000000000001ca64677779172bcbfe2ebcc9004c8693fbd52b792d2e 0.77 MB 888 1
901,448 901,448 00000000000000000000db3808529421d09d452c12b91070d12e29b224770ea6 1.43 MB 3,070 1
901,447 901,447 000000000000000000011209e2fceed0db6c4579e3027e230e58bf9dd36e9f28 1.53 MB 2,617 4
901,446 901,446 00000000000000000001246a0c15f79c5151e2929c413ab3d571a6fa849c7d65 1.60 MB 3,575 4
901,445 901,445 000000000000000000018ef5a934a857c27fed93277e08b195987466dbd01ae9 1.41 MB 5,704 10
901,444 901,444 00000000000000000002103f849a7a88275ae9969f8dec18ffc583e748d89f9b 0.45 MB 949 2
901,443 901,443 00000000000000000000499d6685270593d251bc65c117857123544ee818272f 0.96 MB 1,916 2
901,442 901,442 00000000000000000000c0f914cba5dc073d17c47232e57619265d59c8d9ecee 1.38 MB 3,047 2
Previous 10 blocks ↓
Total Size: 769.22 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,634.68 GB sent, 94.04 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.