Memory Pool Memory Pool Refreshing

6,850 transactions
2.30 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,832 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,839 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (652,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,067 255,067 0000000000000009a9a682268428d7b464d9d4619a1b46caaba50d65870ccff4 0.00 MB 1 0
255,066 255,066 00000000000000273baf33949d167a02e3d90b96c742eafe562fa7b8ca389635 0.06 MB 111 40
255,065 255,065 00000000000000022f5348b74e1daa514c43da8002c35d071b64417b44d3c9b5 0.14 MB 309 69
255,064 255,064 000000000000002ee8c9d3b2b22dab6fdf0de2c0d4ee08b9ab7031af350dd4e9 0.25 MB 627 60
255,063 255,063 000000000000001d4cf3c4ecb26bf6070682f782d52dd48db91d6afe207f8557 0.25 MB 481 95
255,062 255,062 000000000000003a5e31f9b4206743c8addfd7e716072e40992a094f89a35a8d 0.30 MB 771 139
255,061 255,061 000000000000003c1348650f9e29eb6e36f41aacdbe983169c65e96a81456560 0.15 MB 382 206
255,060 255,060 000000000000000a07e33c2a35b8c0ca1fb00386dd355b9ebb267efddfae6a6d 0.14 MB 381 126
255,059 255,059 000000000000003e0e2201290cc1fd8a084210003e7f56c34e7640c00235c242 0.03 MB 44 59
255,058 255,058 000000000000000e7d6c80a7b3dc391d48b080a80d6b2e65aa4f508fab51434b 0.23 MB 523 93
255,057 255,057 0000000000000016331b3fa6a246207f7e15fcfaebf63aa4d9691c59b699a717 0.15 MB 391 114
255,056 255,056 00000000000000391fb3b6db655e2dd7919e22b95b5cee78bbe2ba1a9556ebab 0.06 MB 124 103
255,055 255,055 00000000000000410a27f9f62279b5f812d2ad0f7fab641ce621407cbbe01328 0.00 MB 14 103
255,054 255,054 000000000000001ee2eeb39646c8a65de01b29778ff6cc28a82c89f4f2ea4523 0.10 MB 223 96
255,053 255,053 0000000000000014f152f10235b0bba1f460f5021c2ad77a9a4fb00126ec968b 0.19 MB 388 60
255,052 255,052 000000000000003e74ef97fab3041ad58b6c6ee74d3a5a04e3885ff93abb9cba 0.25 MB 697 156
255,051 255,051 000000000000002dbdad6b2def5af0e475afd56c34bea3f2d754ee855007812a 0.08 MB 146 73
255,050 255,050 000000000000003ff8261c405318ff6da6042ebb71aea630edfce93d8b27102c 0.28 MB 753 62
255,049 255,049 000000000000001002f2db2eb87cba87f20cd28853058dc36f48219d8b99eeb6 0.25 MB 476 139
255,048 255,048 000000000000000c6c464946578b39c2697a9363de6065091a7ca9e97986244c 0.14 MB 372 116
255,047 255,047 000000000000002f1e271d342015887adddc861860434cafbdbf7e4bfd035cfc 0.09 MB 221 108
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,634.72 GB sent, 94.06 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.