Memory Pool Memory Pool Refreshing

1,335 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,874 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 1,320 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,873 (170,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
737,480 737,480 00000000000000000005aab5a65d13d362a2e48650b744a02c2b984ae1c239d9 1.62 MB 2,178 10
737,479 737,479 00000000000000000005a54adc40b9c3d522a0db72ec364bc7e03215f162475e 1.63 MB 2,733 10
737,478 737,478 000000000000000000026d686955b8394804ca69704c96ed1d2f3a90fb62992a 1.98 MB 717 2
737,477 737,477 00000000000000000007df316db522cb762ab9525f4cc02367276ed7c3042e5a 1.51 MB 2,077 8
737,476 737,476 00000000000000000004e97f47703f11c95a323223c4b690b07f3af489fdb84d 1.68 MB 1,816 8
737,475 737,475 000000000000000000027a7e1f36d5813d87353c8a50eea70ba7d7abcf93bd9b 1.70 MB 2,327 4
737,474 737,474 0000000000000000000746d3512d8cb2460bf26fb00f4533e6b6896fd2271929 1.53 MB 3,201 13
737,473 737,473 000000000000000000007158a18fb5569ff5d5ccacd863ef4e628547e53f4e3d 1.49 MB 2,351 12
737,472 737,472 000000000000000000056deb5d3c39fb507937fcea972aceaab02ba82bc5d5d6 1.39 MB 2,828 19
737,471 737,471 000000000000000000047fe557d26337fe0d3e92444c8316942657b9f61fcc15 1.25 MB 1,964 18
737,470 737,470 000000000000000000088405d64c9ed7a43844f21e9b42ae2eedab3897fc1f1c 1.70 MB 2,293 5
737,469 737,469 000000000000000000016b763316be1952d4e772ccd6aaba6ba2ddf32e09f955 1.46 MB 3,219 19
737,468 737,468 00000000000000000001367e555092acf6ea670613ab6f29508ad72dade1c159 1.57 MB 2,536 19
737,467 737,467 00000000000000000002b239b312bec767d2dd62ff278eee02aaaef6da907d62 1.50 MB 3,013 17
737,466 737,466 00000000000000000006d79f97d0b40f8d290fae1a89bc687d6e70e51a5e252c 1.64 MB 1,941 8
737,465 737,465 000000000000000000055b2ac5caccf35ecf4e44727b5ac4e6a1b53d5778f83d 1.63 MB 2,094 9
737,464 737,464 00000000000000000003570fb5ae97dfd6e322f34f84ab745147b67b29de5974 1.21 MB 1,859 16
737,463 737,463 000000000000000000076d0410740b661bdd6b72de4586a1d0e50c9720d978e3 1.48 MB 3,303 22
737,462 737,462 0000000000000000000208bb210d2dfca7e6c6cc704a74cdf9a86612fcd9b7b4 1.29 MB 1,215 19
737,461 737,461 000000000000000000020b215a57404249bb34f3581d17d16c66315d35e0d56f 1.67 MB 2,036 4
737,460 737,460 0000000000000000000325a20fd718c326c24b21e6dc6f4eb90421227745f548 1.66 MB 2,517 9
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.