Memory Pool Memory Pool Refreshing

2,493 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
908,046 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,477 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,045 (652,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,072 255,072 000000000000002b53a507c88736fcd3391083abcd0422933023e84f55c3caf5 0.25 MB 697 68
255,071 255,071 000000000000003acef30560fdbbd528110630b8028adf18a510b5fb1c08cca2 0.30 MB 596 145
255,070 255,070 000000000000003b5ce210e91c72f5e78d602c0dfcb89100c3819ffa5cd02f87 0.24 MB 573 114
255,069 255,069 0000000000000006fc7eb09709e8a6eb7d8aed464fcdab458a34f2a987cea59e 0.18 MB 323 91
255,068 255,068 000000000000001f7d297a3633f74cb6d31a41f3efeb22bb2f61b80ed2c5c2ef 0.09 MB 224 144
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
Previous 10 blocks ↓
Total Size: 769.63 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,652.46 GB sent, 96.03 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.