Memory Pool Memory Pool Refreshing

373 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,611 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 347 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,610 (853,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,135 55,135 0000000007e869e99ac24168a99fe29d7195022be3d36307b4abec7698170185 0.00 MB 1 0
55,134 55,134 000000000b896f345e1747553725d2975d0af2983d95015b768a5b90b65bdb10 0.00 MB 1 0
55,133 55,133 0000000013a028f8350745b58bd9a80b7b22dbcfb85f0905d32244e105a58cdc 0.00 MB 1 0
55,132 55,132 000000001151423839bfc53b2354806d9eab1d7b1d184146749da5440e2d6f3d 0.00 MB 1 0
55,131 55,131 000000000ed9a9459060d47e12c6e30895b241ddb7278105bd601587f34093d6 0.00 MB 1 0
55,130 55,130 00000000076a0a6fb1ac3bc0827b46eb84d0679ccb32ee7d1c35814dc7608c4a 0.00 MB 1 0
55,129 55,129 000000001318a53ab092f389dff427bed9d5ba2562ef8b0749010c207f452681 0.00 MB 1 0
55,128 55,128 000000000084738344f9db93bd763bd3e5c9c93e605ea4c347037f23a874861e 0.00 MB 2 0
55,127 55,127 0000000013245f85a39e2908b65b37551b690ea0eb020c1eb0f48cbc1e6c91ac 0.00 MB 1 0
55,126 55,126 000000000d2200b1b7a67c61e43ed5c2e7c2837dfb33a01b6f11571c752bd73b 0.00 MB 1 0
55,125 55,125 0000000007da9fd136342cbf55bf8d393a8a859099537aedbeba20e09c801212 0.00 MB 1 0
55,124 55,124 00000000031b9d6e51cf8c7da33c59dfd70a182cd4f82d0685620d7d1c47814d 0.00 MB 1 0
55,123 55,123 0000000006698bb55132debdc4249c3739c297ca44e19aa6be993b62091a688f 0.00 MB 2 0
55,122 55,122 000000000e0bab5ea733d4bb5eb6545ababe34bae2353471c968670115c52a04 0.00 MB 1 0
55,121 55,121 00000000120735444d4e8d835baf14f792381d0536be04b012bc981f96f968a7 0.00 MB 1 0
55,120 55,120 0000000012379facf1a6b0eba0608fcdfc0c18c34ad96449f30574653921d222 0.00 MB 1 0
55,119 55,119 0000000009d4fcbcd9ade2772bcc67838f13fb876cd21cd19bd17cb698d53386 0.00 MB 4 0
55,118 55,118 0000000008c607f818aa94dfc759cec0357016e1e9aecfd70344d7d024755da2 0.00 MB 1 0
55,117 55,117 000000001228c73ea2e958d56c9e86de2d724b849c77e2615967380460185b56 0.00 MB 1 0
55,116 55,116 00000000046f20191d6b76c35e668e6b9400aea18521684dffaebf7371e3583a 0.00 MB 1 0
55,115 55,115 000000000d1a23e7bbfeb9558706b379c5ca4b8cd9fa7d2e6dd3a866ff1bbb62 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.77 GB sent, 101.10 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.