Memory Pool Memory Pool Refreshing

2,938 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (569,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,125 338,125 000000000000000018edd5c822095497f7cf8f1224264df959f33c7f909a09ee 0.08 MB 125 34
338,124 338,124 000000000000000015a2377bfd8693a9800e5f8ea5c0a8f2d82903a8da24bb9b 0.15 MB 336 38
338,123 338,123 000000000000000005f03074db402307b6240a52f33e8cc56eb6016d6460342a 0.13 MB 202 13
338,122 338,122 000000000000000012a7a4640b276cd07957c967d7c95f26ae55aa3fe5bb78f3 0.26 MB 441 36
338,121 338,121 000000000000000005a97d96a8307e8c136585d9fa00e564b4172ca91cddcb4e 0.95 MB 1,494 64
338,120 338,120 00000000000000000524c05007939b2cabcb90c5f4fc934e2854dee1d914452c 0.75 MB 1,534 24
338,119 338,119 00000000000000001a517445e6091c59348ba6b459445c3de5ba24fe3b67524d 0.26 MB 678 47
338,118 338,118 000000000000000008756a62eb54f5003b6b493cb48e86b081ef61d1b1cb60aa 0.11 MB 127 42
338,117 338,117 000000000000000000dad43d729787249920b5f1420d54d4555bda2c91b3ceff 0.81 MB 1,418 30
338,116 338,116 000000000000000016d1597b59e8e1155bcd62e78d62094c3ef66a3a5c4da1ac 0.11 MB 145 16
338,115 338,115 000000000000000017bb88d936d1ec1ed87482fc40da9b6340248ce249e7911d 0.99 MB 1,879 28
338,114 338,114 000000000000000009c5c419d0aafb0ea0f223eb8fb97f9b8eb1e52f5b88763e 0.72 MB 944 17
338,113 338,113 00000000000000001003cc559de4dd46e57becdb59c1a1fb7f4d3b99da5647bc 0.36 MB 972 40
338,112 338,112 00000000000000001a2aa7f9a337b1f70fac4bc42f0326b3142551bcb4dbfd85 0.10 MB 163 14
338,111 338,111 0000000000000000106fd0c6ce1de9d75dea15676055c0cde2688e4d82e66b2f 0.77 MB 1,175 22
338,110 338,110 00000000000000000ddce8e7fa1baf37f658138f62c3780dbbc10074ecb57b6e 0.00 MB 1 0
338,109 338,109 000000000000000012c0bcc02486c0801e0f7cb05a453a264d8f2f9e69404660 0.26 MB 523 27
338,108 338,108 0000000000000000056a8b02e522a20230235f600f44528d065ff39a7c4b87ef 0.82 MB 920 16
338,107 338,107 00000000000000000f1764dd42422f10172dd6728149b5c9068d8ddee7b7d514 0.75 MB 1,439 20
338,106 338,106 00000000000000000ca2906dc97b668b445285f6f1291d336839184e0531cbbe 0.31 MB 603 25
338,105 338,105 0000000000000000071fb51efc36bafd19b0901ca3c419aecc97791564237d04 0.75 MB 1,376 25
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.