Memory Pool Memory Pool Refreshing

218 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 210 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (400,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
507,717 507,717 0000000000000000004061057d4fb848d63f2a98ddb942855c1341e6c1d2e8c2 1.22 MB 1,017 61
507,716 507,716 00000000000000000065636f3002656e4f0c089f576a5d9141cfe6e809854ebc 0.51 MB 755 105
507,715 507,715 00000000000000000014d6f6a00557d775849895d092b9889694ec1541f6865b 1.16 MB 1,500 75
507,714 507,714 00000000000000000015f02ce4f8c297f8b65d60c58dba2ecefae1248df00823 1.10 MB 1,563 120
507,713 507,713 0000000000000000000c5aea397f8a509c755e1a36a24a431268e3aaf60a84ec 1.04 MB 131 4
507,712 507,712 0000000000000000001068156e2e780acb7703a2352eb9a8feaefff8beed9dd5 1.25 MB 542 52
507,711 507,711 0000000000000000001e952fc340e45be71e9a113df44c5fe1e15515af8e9f1f 1.16 MB 83 4
507,710 507,710 00000000000000000057f7b46ff1acaa758c6078168546a4fe35ae4ad33f2743 1.73 MB 111 18
507,709 507,709 00000000000000000046a00d27a65cb30c333c1bba5f76b9e3d5c56c73c3b93e 1.16 MB 1,210 92
507,708 507,708 00000000000000000033fd87f33609b610b3b40cbb20efa9f1d7928e2c74b297 1.00 MB 853 57
507,707 507,707 00000000000000000025d8bb4c5117b79bea5ce47d5e4a457790bf734d8845d9 1.06 MB 1,297 43
507,706 507,706 000000000000000000388b25e59f3e969a9067cce1007abab18b1ca0bc70598e 1.04 MB 1,803 187
507,705 507,705 00000000000000000034d392fc4d4d4b544be6aa0ac0538adbb7286cdcd12dcc 1.19 MB 1,220 77
507,704 507,704 00000000000000000024c4d843e74208b37484c9ba239a63cd5664c40bdbd428 1.03 MB 1,924 196
507,703 507,703 0000000000000000005c14c59fe0cad6b07189300e90fdba08dd391e5c5dced4 1.06 MB 1,980 239
507,702 507,702 00000000000000000025b1b2a98db0dcb8d0b80d983b16baec27c8b7610ef078 1.07 MB 1,638 107
507,701 507,701 000000000000000000670778f94877549b04263bf1dbfc5bec80f44c91d44189 1.04 MB 1,016 107
507,700 507,700 0000000000000000001b22c66654ef91bc87668ebd104ee04039c8c9319985d8 1.08 MB 1,521 187
507,699 507,699 0000000000000000003ab044b2e6c204eef197acb26004003646d863f1be7178 1.04 MB 951 49
507,698 507,698 0000000000000000006aad7aa72934180588827a0c07921891fd935aaaa3d5b3 1.02 MB 659 41
507,697 507,697 00000000000000000056902a4a347f241ed765ccd350e85146fb8365f5b545d0 1.01 MB 428 21
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.