Memory Pool Memory Pool Refreshing

17,311 transactions
5.59 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,847 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (743,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,974 163,974 00000000000000255a7ca2da6e2e9d849a64c0eacfd14656b5a4e6e928a10323 0.00 MB 13 103
163,973 163,973 00000000000002224cbc0e96b4060577b98596ef7e885ad7c717843e8cb5b1d8 0.04 MB 86 67
163,972 163,972 0000000000000b6d97d80dbd6ac6d94856a3b16078514a2287c460c06e3e4cba 0.04 MB 46 139
163,971 163,971 000000000000005cead889e236b2dce4046b25cc9076f9a5bdd17d7bd1a67764 0.05 MB 116 2,250
163,970 163,970 000000000000032fb1005bc5de7ae276d2a91481619b7c4beb53e1ed63f71501 0.00 MB 13 53
163,969 163,969 00000000000002c830627e0195f2dd5cb80239a16f6a4af3453a76f4616d7092 0.04 MB 101 66
163,968 163,968 0000000000000c0bcd84ea838946179717a57c257d82ef64dc5ee40489677a9f 0.05 MB 67 0
163,967 163,967 0000000000000affcd3185d1085bbca49823aa4b8272c56886a4b3d842d212f1 0.01 MB 21 734
163,966 163,966 000000000000018ce8d230e42a8cfefa703bbd3002848b093028cda44646c12e 0.00 MB 3 118
163,965 163,965 00000000000008e4b1c3924bd7b4babfb2d3332ac72ad68454936d3080ad0996 0.00 MB 10 483
163,964 163,964 0000000000000754cbfb19d9000ba667942a9a06cf3c66601f6d8dcee8368756 0.05 MB 123 23
163,963 163,963 000000000000079bae4b877ad3810f03db249a6f239c2b69c18d44c141c470ee 0.05 MB 58 77
163,962 163,962 00000000000009da5fa5692900d1bd0687dfe203aa13397fd32cc9bf3541728d 0.05 MB 117 65
163,961 163,961 0000000000000967a3be8544f120116a25544fffedab29ea6f7e67372dee0fff 0.05 MB 79 44
163,960 163,960 0000000000000a44ec852378cc0ae63d42e60c85f2ed05ec5c74434d75ea8246 0.01 MB 14 452
163,959 163,959 00000000000004674ef53d36420f6d523a1c686a329f2a487011f2a75af334bb 0.07 MB 133 292
163,958 163,958 0000000000000cb5dde7b9a93771e581ab43f963a8fa433b487a1339a2c85cee 0.02 MB 54 128
163,957 163,957 000000000000035136f68c41d400dd951f53713c7c3fa3d00c7662af1a26c917 0.00 MB 1 0
163,956 163,956 0000000000000ab4fc10b4cfbf818329c86674ef84d95f1d0262b5c6ff04c1ca 0.00 MB 1 0
163,955 163,955 0000000000000c37fbf62a5256151c8266f3a14618b0e52469338dc13460fe60 0.02 MB 65 54
163,954 163,954 000000000000046b061b009956acda1da227a4d5aba943ac785bbfdc94b14dc1 0.00 MB 16 52
Previous 10 blocks ↓
Total Size: 769.02 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,624.18 GB sent, 92.99 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.