Memory Pool Memory Pool Refreshing

2,042 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 2,022 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (510,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
397,150 397,150 000000000000000007c80cbcf745d09a6f9a9a241dfd4dc5444761206192b29d 1.00 MB 1,855 36
397,149 397,149 000000000000000006c99f641270ae3e68ed909ec653a4ae77e2559bcef067af 1.00 MB 2,892 35
397,148 397,148 0000000000000000032007e0f464d25bfeb3500d51cb201f44112043f8914367 0.93 MB 2,125 67
397,147 397,147 000000000000000001bb33d141afc9e2809070e293c876a2f63a3f3be7f9e5c7 0.93 MB 2,733 49
397,146 397,146 000000000000000004fcb84cfb5b276c22f1033805fff84807b9c0f6ebc96410 0.47 MB 608 21
397,145 397,145 0000000000000000069436dae38066df565c420411a50e03b4c4650f59a6ce05 0.46 MB 382 15
397,144 397,144 000000000000000002129369ccd741c6e6e92d87c6c87e3a88fd3811a290f572 0.92 MB 2,080 34
397,143 397,143 0000000000000000036928041fea96ee5408bfb0e6050efc7fc2fcfe4ef44cbc 0.53 MB 830 24
397,142 397,142 000000000000000007dd592593a73d7e65c96e131df92b19e82dc123dc1f7105 0.75 MB 1,941 42
397,141 397,141 000000000000000007bfab307f6656a4b5d70c6349d290b75382b51816542a17 0.18 MB 315 18
397,140 397,140 000000000000000008b70c68ded4189024dbf17f76da32ed3fba7cb955a0840d 0.99 MB 900 12
397,139 397,139 0000000000000000019490d4452c93ec43d1d3a76511b758728113b674691f82 0.96 MB 2,227 39
397,138 397,138 000000000000000008c46120bbaf2578d9e90abb5f3ff399653321633ccd205d 0.93 MB 2,228 37
397,137 397,137 00000000000000000541508d1289f23b8da34aaddc3e1d87f79f85bb42ee5670 0.08 MB 28 5
397,136 397,136 0000000000000000051b6f739bc9cda860fab0fd0485792bfb664f50c70c5409 0.13 MB 312 35
397,135 397,135 0000000000000000045311dda0ab5444a810ebe45f430255a06dc6fb9c2a8ba9 0.91 MB 1,319 23
397,134 397,134 00000000000000000854080f42a347fccc652b373ef4677bdc09926104535fb6 0.95 MB 2,354 52
397,133 397,133 00000000000000000644010654b7a186065f3b4cfacf1006f583cd9d7ba92180 0.05 MB 39 2
397,132 397,132 00000000000000000156e79db75205d71cc96e85786c59614135e1b079f70e86 0.77 MB 1,270 22
397,131 397,131 000000000000000007fcc495842a544b7144bd513f9de0ab8276b3518da07d74 0.95 MB 2,776 52
397,130 397,130 000000000000000001c757cf069e0588a282bef10365818bf2bbaf84634e1926 0.93 MB 1,505 31
Previous 10 blocks ↓
Total Size: 769.23 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,634.76 GB sent, 94.07 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.