Memory Pool Memory Pool Refreshing

4,918 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,837 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (788,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
118,841 118,841 00000000000079181ef0129037b300b69356e880617bb8bd5f25b3cb5c45b643 0.00 MB 4 0
118,840 118,840 00000000000006b821d2883125c1f88f27694be4a6ade65e0c524a23e10f66c6 0.00 MB 5 0
118,839 118,839 00000000000090cf01d32379d66a7611656be44669fc7b58846b10e81cbdf354 0.01 MB 18 122
118,838 118,838 000000000000b4297488b4769cfe258aaca06d837742fe5d9819a40986b291b9 0.00 MB 1 0
118,837 118,837 0000000000003706cb7804a82b52ce96861826929e58c2306ad23c332650c844 0.00 MB 12 0
118,836 118,836 000000000000c0f7c91e08dc993bf40849dde4d3dbd471d38dad8a58019546af 0.00 MB 10 0
118,835 118,835 0000000000007d6fd5addb737b9f6c494744e8a4b3954afd08392055a2118488 0.00 MB 7 0
118,834 118,834 0000000000006b9932d54670a6ee6e97355f096fb21adb250dfeb65cd19a3270 0.00 MB 3 468
118,833 118,833 000000000000572571ada2edfd160a3607ec21c67145d4b38241a978010ecfc9 0.01 MB 21 481
118,832 118,832 00000000000078ca1fa32090704bd4f507dfc85961d0e43fccfb7f9fb121eff7 0.00 MB 1 0
118,831 118,831 0000000000007e1dbf2aef39ea0163f354bd29dd295557a3fe404d562e31629c 0.00 MB 3 0
118,830 118,830 000000000000141d0651bc8c3689864495b57153b1308976690a36eca8dfae32 0.00 MB 11 0
118,829 118,829 0000000000008095dbb23307a92516b2044865d78e450ced96f064f7b81a8abd 0.00 MB 11 0
118,828 118,828 00000000000043c1aa36876b8c02363ef7e7dd3bcb3b045ec776267789b91da2 0.02 MB 81 0
118,827 118,827 0000000000002d533ff0e59ee25496b4f403d8ce7b4b7fcd9181dadad8f625b3 0.00 MB 9 0
118,826 118,826 00000000000020d4a2fad35725cf183adb345c01bc67925a610ebd16fdc94d0f 0.00 MB 7 0
118,825 118,825 000000000000223bc4b1155ed3cbac59c14a7a899831d1f4c019c52bfda97d14 0.00 MB 10 0
118,824 118,824 000000000000a5dc0ecabb360edd56227504d78e05d6998aaf81933b529d38a5 0.00 MB 12 0
118,823 118,823 0000000000000325a5b54d4b2e56b2962355d5a314d3af402b007c5f0877b02d 0.00 MB 6 0
118,822 118,822 00000000000094f03c0b9e8ac08449930bf9ab0c97f4b08c7012593252bc12fd 0.00 MB 11 0
118,821 118,821 00000000000074e616b426f5dc934120a9b9fc4e61008f18c9ed69631d772171 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,627.53 GB sent, 93.13 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.