Memory Pool Memory Pool Refreshing

2,323 transactions
0.70 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
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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,297 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (546,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
361,340 361,340 00000000000000000461095c7610d2781a3343aa0adcc9c246cf8b9c220b1e06 0.05 MB 137 39
361,339 361,339 00000000000000000a3ea30d75f7ce9a6a3b9e658cad6e43e5c331c5b0d73551 0.25 MB 230 20
361,338 361,338 000000000000000003bed444c5086d62a65fc402df0d123847845a28e2a06432 0.56 MB 1,273 31
361,337 361,337 000000000000000006024feadf57277e725b234b6c4668b557a871ed9332963f 0.65 MB 782 20
361,336 361,336 00000000000000000a9156d56d6a2447c35681ac2f049b2f7f1e632b3fa2a0b6 0.25 MB 424 25
361,335 361,335 00000000000000000c5c0a175d709cb3c68c19a08688639d072d1dfd25e6f2a2 0.25 MB 558 32
361,334 361,334 00000000000000001182ddff7efd8e0499c1747a67953c3c29cebf4c34e8dcfe 0.72 MB 1,348 41
361,333 361,333 000000000000000001942208960713e836893a8dbbaf2a58cbe9736ef423321c 0.49 MB 747 39
361,332 361,332 00000000000000000212647d9f4828a4ed9ef27c51994bb2be8f51662ba992f2 0.73 MB 1,150 32
361,331 361,331 0000000000000000048e3abfccf2097d60291719c4691cb7cbf584a5de0f608f 0.50 MB 963 30
361,330 361,330 00000000000000000e481fcb154034fde8671ffca599c6ddbe36edde0a1a539f 0.37 MB 579 24
361,329 361,329 00000000000000000788ce13672cc33c6ce3582cacdebdb58ee189b849fb3090 0.45 MB 1,037 30
361,328 361,328 0000000000000000120a1953a9d99624f905239dd17929226d5e73d66e445447 0.50 MB 1,094 29
361,327 361,327 000000000000000003d0f1303db0a566f4ce5219ea4779e39450a9b8aabe56d3 0.33 MB 593 22
361,326 361,326 0000000000000000053a02f7a0df47fb10700753a6a65a1fa296df9555ceb233 0.28 MB 557 26
361,325 361,325 000000000000000010ccda05d5bd0961c1d6d1f9dac11d8907bb50d86c8e0dea 0.93 MB 1,313 19
361,324 361,324 000000000000000004fb93924391fb7d112ef0cef746d51abfe031a3d775896d 0.95 MB 2,620 38
361,323 361,323 00000000000000000e82487aad2163d3536deed8cf9abebe277e11978fdc44f3 0.14 MB 147 21
361,322 361,322 000000000000000002157edfd434be2bbc5b55f2dafe2c8263f6331d4b56af9e 0.79 MB 1,963 32
361,321 361,321 000000000000000002fcabab4e1851c176a5fbe69fba36ac220455031635de59 0.65 MB 1,099 23
361,320 361,320 0000000000000000130821f17d13805a34dc484320b64a50392a2c14582b27b7 0.41 MB 774 25
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.88 GB sent, 92.84 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.