Memory Pool Memory Pool Refreshing

4,814 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (577,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,677 330,677 000000000000000019fccf7397f013cc5cddbc8a5d1dd5912bc3bb9841878cfd 1.00 MB 2,117 32
330,676 330,676 000000000000000006ee25cc80ed1303a3516867317685022af56a71d114619f 0.45 MB 702 24
330,675 330,675 000000000000000015b2d0daf760eb6e3ec4fa3776a8aa4879dbc7ca26beac68 0.03 MB 41 6
330,674 330,674 000000000000000014252c5b0b15ffdff44339421719237b7aff12c20699efb1 0.32 MB 588 27
330,673 330,673 0000000000000000165a2797f6ea3ee08406dd903c548e3c8bbcaa09f90ed123 0.30 MB 519 26
330,672 330,672 0000000000000000014efcfae4b333dd7eb53c6977889f817b312f64ba7dc00d 0.25 MB 375 25
330,671 330,671 00000000000000000d042cf1a86c6b53a85f948da4dc7e77dee9e2666df377d3 0.19 MB 366 27
330,670 330,670 000000000000000010339c0ec055a94a28cfff7d87cd65949d7224d358104bd0 0.33 MB 738 29
330,669 330,669 0000000000000000096fbc44a75407c0be208a5bb72ec7942265c6207e519959 0.06 MB 106 22
330,668 330,668 0000000000000000135821f24391f13d346f7ccdc1cad8d35d18ef95f681f43f 0.31 MB 720 29
330,667 330,667 000000000000000019ba48924f082ccd09a79cd42ab6f897f34f46c3c26952d8 0.65 MB 1,316 27
330,666 330,666 0000000000000000081415f241ea69b9c8825532e3bacabbb54a013497dc3722 0.56 MB 758 20
330,665 330,665 00000000000000001b37413e7bb31541b7a20c5c02185307d87068ff46616443 0.50 MB 756 26
330,664 330,664 00000000000000001585818b3733f687ff1263fd822dd22da13173f86a40d862 0.31 MB 793 50
330,663 330,663 000000000000000010f9ba685d8ab2ed22418cc8987eeccf51814dee6cbd4dac 0.39 MB 459 16
330,662 330,662 0000000000000000170ca44d8ab3d10061dcc43388c0660c93d5d8945ff99459 0.01 MB 38 32
330,661 330,661 0000000000000000034e35e7921f380dd0fe0c1984207d5066a989fb5afb6d2a 0.27 MB 453 26
330,660 330,660 00000000000000000b496812eb647fa45490838e343d91901c644d45636796bd 0.03 MB 64 28
330,659 330,659 00000000000000000a4824b43329d0f98b5c6b754d14ef2a4101365a5ea56c95 0.15 MB 295 25
330,658 330,658 000000000000000016683eeda9ec6505d5abad4d7398b0a20bdc2f6773a093cd 0.29 MB 447 26
330,657 330,657 00000000000000000f3b280a1c797d99363086453fd021fef9a008530df51a5c 0.43 MB 689 31
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.