Memory Pool Memory Pool Refreshing

1,832 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,823 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,298 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,822 (573,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,381 334,381 00000000000000001a7f55eabbc5228a0ad28c25dfcd3d8bc37323c5b45b45b2 0.75 MB 2,013 31
334,380 334,380 0000000000000000165412706031c197a74626721231a08cbc0c0df4c56ea47a 0.75 MB 1,511 24
334,379 334,379 000000000000000003310a37bf77ba35bf36163c827867538ff9e63ae1d8c63c 0.42 MB 1,207 34
334,378 334,378 000000000000000012b968d538eba2958487be617b9310e9cae0a10421f3cba4 0.03 MB 64 45
334,377 334,377 0000000000000000051526c87e9498ac6c5864d62c2ef8880e000d82a05e7772 0.35 MB 477 19
334,376 334,376 00000000000000000ef7c42beac834ed784ede95692061945665696fe7566212 0.08 MB 256 39
334,375 334,375 0000000000000000096d7f37b08b9d7a3d03d29b34db26dddd9a972daf79e2c2 0.21 MB 216 17
334,374 334,374 00000000000000001953a9758f610be856d38cc72fbd11cf4f85159360b72735 0.17 MB 348 24
334,373 334,373 000000000000000010323c0692795ea5684ef1b7445990ca054d7da0fc6a8d97 0.10 MB 179 17
334,372 334,372 0000000000000000103b6325691778fcf0257f79cb15d877899ff237d7f46cfa 0.50 MB 462 14
334,371 334,371 000000000000000016664d7833e0856488d20b5533e38f959061c2a997219f52 0.12 MB 171 17
334,370 334,370 00000000000000000cd108af495846094cf1ee817b4563e364ccfc9deee50257 0.15 MB 225 21
334,369 334,369 000000000000000004578fd09f37444b7f6d35d8f1cdf29d2d60a1e48e7ccfdb 0.14 MB 231 20
334,368 334,368 00000000000000000faea77976e924af5d3d41f853553eaf683889e55719b753 0.39 MB 687 23
334,367 334,367 00000000000000000d1e3d482372127c3015d036c301378d08ea8580116bea89 0.14 MB 175 17
334,366 334,366 00000000000000000e624778a684b07eb30f62e2ddd1d8f91c55feefcc84439d 0.12 MB 286 32
334,365 334,365 0000000000000000094ecf87b3331bb893b88c3c7fd9c0e20a10487329f9b8cf 0.42 MB 610 19
334,364 334,364 000000000000000013dd9952696fc288baba0aa4f446ff3953c0462edefc92b0 0.02 MB 38 12
334,363 334,363 00000000000000001b731699a6ca45bb36509842d07f33dfcd2cc6abfdc7d62d 0.03 MB 57 22
334,362 334,362 00000000000000000d4a0b0467d01c1ea7246599f7b37f61c50435736cb906f3 0.07 MB 155 23
334,361 334,361 00000000000000000a22dc7676f3feb9b634c430bd7e45ba5aa3f0ccd04f7e51 0.19 MB 343 23
Previous 10 blocks ↓
Total Size: 769.21 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,634.17 GB sent, 93.96 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.