Memory Pool Memory Pool Refreshing

4,239 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (753,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,772 154,772 000000000000036f405e940a600f0cf36fd917e49ba847862b26ea5c72fc578d 0.02 MB 84 4
154,771 154,771 0000000000000da884d4ebb997482a74d74b48f10a563c9e04115424fa386b2d 0.04 MB 97 126
154,770 154,770 00000000000005843aa8fe64ea0c2c4b6899cffbbad16117494b7a95220592b3 0.03 MB 71 88
154,769 154,769 00000000000004ec3326d15297cf408917d713c536036af63815c2e0b54d0645 0.04 MB 64 180
154,768 154,768 0000000000000cd765df1f7b484da04f9cbea67f99e2d5ce63da91ab0f8ad695 0.00 MB 6 14
154,767 154,767 000000000000006fdffaaa520add7209f423dc0805ebac25972f2148ae44ec7f 0.01 MB 12 191
154,766 154,766 000000000000098ad7bde84d34243e086295957749d8fcee1984268591eedc14 0.01 MB 14 142
154,765 154,765 00000000000002dbabe3a90ccc46cab968d938d45bd106404d4b82938f128fb2 0.00 MB 13 33
154,764 154,764 00000000000005bf8faa661b0847bc14e17d43546124cbcccb0835c95ed8f878 0.02 MB 2 1,123
154,763 154,763 00000000000000ce77756204f48ab3e72881822de9f7e280dab81abeb9c2201c 0.01 MB 22 459
154,762 154,762 00000000000007b82a8e0078222cae54a35b8af7ed029ee409792e4afae88441 0.05 MB 147 145
154,761 154,761 00000000000002567e4984120c865e195d59a58f5a1dedc335d76cf30c16afe4 0.05 MB 7 43
154,760 154,760 0000000000000c17610903c3925889c0dd21048251857e76d93d2686174d9064 0.03 MB 73 62
154,759 154,759 0000000000000df2111a0970f983f5e5ee2453c525c66fc986bdb47edab51224 0.05 MB 29 702
154,758 154,758 000000000000080853b422dc78a9d90a343fd0c0dad3971b07a1b11a5c3c197a 0.00 MB 12 16
154,757 154,757 0000000000000a88b2b3cd83ab97cf4563d3d8a0f85d86ba353b2f2ebe6292ee 0.03 MB 74 18
154,756 154,756 00000000000004f709bd57cbf769a83f918372bcf8fe411301e4f892be6fc109 0.05 MB 103 371
154,755 154,755 0000000000000b8142bb715df91ccbf21e6697d4928da15fa5924b517fc656d2 0.00 MB 2 0
154,754 154,754 00000000000003202dd8477eff94ff67c75ea76585b695bef0c2df103d190c47 0.03 MB 42 368
154,753 154,753 0000000000000920a0f3d63490d01c9a64ba671a70066f8908b4e00e62eafa5b 0.04 MB 95 284
154,752 154,752 00000000000002d3f4ad80ceab7b5f3b6f25e8ca1251e0c51a761ff7a6dc6c6f 0.04 MB 74 85
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.43 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.