Memory Pool Memory Pool Refreshing

1,498 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,026 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,484 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (181,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
726,957 726,957 000000000000000000023e98550de0a9bf67603f48ddfa999b59922d3b45f6f9 0.86 MB 282 2
726,956 726,956 0000000000000000000552fb5fd8c08ad8f1ef30c239369a8a3380ec1566047a 0.38 MB 551 7
726,955 726,955 00000000000000000001523f01cb4304d39527454d2eec79817b50c033a5c5d9 0.96 MB 1,251 8
726,954 726,954 00000000000000000005158568e1267736b04c1875ed9b23652db70cdd967a52 0.33 MB 635 8
726,953 726,953 000000000000000000053953c5ca47c5406f77eb1c4e996abf50680d5670aa1c 0.57 MB 693 8
726,952 726,952 000000000000000000071fffda71a8773e85b1a227ec5dc8be2b1cb287691647 0.19 MB 352 9
726,951 726,951 00000000000000000007bfaf7a69f7ddd6a4069984535eb693d2fb736b007be4 1.22 MB 2,092 8
726,950 726,950 0000000000000000000607e44ae137b52a2155eb406766d433018a66dd45d539 0.11 MB 64 5
726,949 726,949 00000000000000000006d4cdedea75443ec7ab9228874812214c473c30e8743e 1.64 MB 1,804 6
726,948 726,948 000000000000000000081d97dd466c850aa4f9ab30b505cbdb14f4436e2cadb7 0.91 MB 600 2
726,947 726,947 0000000000000000000155ccbd00b0887b0722c0e8ed0ecebfedfaaebbb578ac 1.47 MB 2,644 7
726,946 726,946 00000000000000000006d0ba4023ac2956b3294c15dbd83aa2eeff915b3858d4 1.46 MB 2,720 11
726,945 726,945 0000000000000000000082c1071e1c5f46a82a1c1b71fa38953aae72df9909b3 1.44 MB 2,251 8
726,944 726,944 00000000000000000007724defe1047a2a9850084ef893aa009763c1d8cbd121 0.07 MB 124 10
726,943 726,943 000000000000000000031e466732d9ee2c59585d6cfe7d21d6464f13a432a632 0.97 MB 1,357 8
726,942 726,942 00000000000000000001c4d20b122f3d212a3d46ea6332eab9a815fa25c56372 0.89 MB 1,213 9
726,941 726,941 00000000000000000006a471287afbdffd0e7396a3c835fdf187f47794875364 1.29 MB 1,555 4
726,940 726,940 00000000000000000009cedda678730e2ea5c5328b994882b1fa199039d412e4 1.51 MB 2,123 13
726,939 726,939 00000000000000000000d415f77b5487275b3a5c82fdc0819341f5f96a7a5703 0.69 MB 910 8
726,938 726,938 000000000000000000069d0122f024703e8e2ed3c729da49ec57b29ca7b9fec7 0.00 MB 7 35
726,937 726,937 000000000000000000090d682a6340f118f1219ad721fcb126964553e80f40f2 0.05 MB 78 8
Previous 10 blocks ↓
Total Size: 769.59 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,651.08 GB sent, 95.86 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.