Memory Pool Memory Pool Refreshing

5,324 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,534 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (37,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,374 870,374 000000000000000000020f628e0a582f558fe832c68fc4fff0de5a8016e869f4 1.86 MB 3,638 7
870,373 870,373 000000000000000000001f4c7282a53c8fd236fde186765d202e420083e5afab 1.82 MB 603 5
870,372 870,372 000000000000000000008582b5569c2d2982c4e8e8f67b6d2801bf3a10e99701 1.57 MB 3,346 10
870,371 870,371 00000000000000000001982ab100c11d24e82fbb70899aba17b29d722169d980 1.74 MB 2,364 7
870,370 870,370 0000000000000000000081c904632f53b95dda29faff7a1c69402e3d8cb40b23 1.81 MB 2,401 7
870,369 870,369 0000000000000000000064e6f76dfdd5570ad3132f13560599be60c252fc3a26 1.81 MB 2,516 7
870,368 870,368 0000000000000000000225e1fb95559d4008017117950ccb9c56840fb12cb7cf 1.80 MB 1,162 5
870,367 870,367 000000000000000000010f02129169c9ec73a7940e22886c2b7957b90c452c19 1.68 MB 4,223 10
870,366 870,366 000000000000000000006103f347fb2f036f5e3441cf785ed20afd142f73e56e 1.79 MB 2,381 5
870,365 870,365 0000000000000000000117b4152385565db2cacf4334297cbcf5b5450436204c 1.61 MB 3,986 13
870,364 870,364 00000000000000000001b62ddceaada87c95b6e1b8a3c03a6ab444db1d622953 1.81 MB 2,760 5
870,363 870,363 0000000000000000000078e5fb261c214e9e0d5d390f0b8b72f6e96cc8fc7760 1.49 MB 4,495 6
870,362 870,362 000000000000000000010baf3878c0feeb0a26ed15c1628d9b99b20347fe4d5b 1.44 MB 3,059 13
870,361 870,361 00000000000000000000de0dc696db2045b7920b606684e711aa1932888fe06e 1.54 MB 4,521 9
870,360 870,360 000000000000000000018a05f70ce3c09e989172526a80b9bba44933ce656e5c 1.71 MB 4,466 9
870,359 870,359 0000000000000000000286e8c49467865cfe53d84b7a098417e3078957dd08f6 1.58 MB 4,112 12
870,358 870,358 000000000000000000000648ea2d5a938a80588f1e9baa35db1add7cbee58bf1 1.78 MB 4,851 6
870,357 870,357 0000000000000000000264c4a825544f9ced49d220d5a19cb734aaa62f868936 1.69 MB 1,945 6
870,356 870,356 0000000000000000000230c2a18de6df6b3625e83daef93df05748801d2bc54a 1.52 MB 2,990 7
870,355 870,355 00000000000000000001954b10291bc6a1deba0f96699564074bbe4e46846dc9 1.89 MB 1,980 7
870,354 870,354 0000000000000000000195acb47c2135028b1d0d2d5201388320413677a2387d 1.38 MB 3,298 9
Previous 10 blocks ↓
Total Size: 769.01 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,617.25 GB sent, 92.88 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.