Memory Pool Memory Pool Refreshing

3,613 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
907,941 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,177 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,940 (608,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,413 299,413 00000000000000003c9ecd7d593942f177bbe75660b710203fcbffa8146b0bba 0.03 MB 58 16
299,412 299,412 000000000000000084237a7973c904bdcbb93a62e37ecaebb7285fe9a9112426 0.45 MB 693 30
299,411 299,411 0000000000000000759fca4551916ecd841d97b9b916f449e6ab189c66e1c824 0.33 MB 513 37
299,410 299,410 000000000000000006657a06b369115f8b8c66d18ead5c2477f36b5e74c5fb1c 0.05 MB 128 24
299,409 299,409 000000000000000060fde792e33e25ab5a30982d123a30426459aedb866e64bf 0.21 MB 347 29
299,408 299,408 00000000000000002450f35de8dffd2993b015a4caa877e9f7774c30254850d3 0.23 MB 84 17
299,407 299,407 00000000000000003c94f513db1451642aa84ee222905996443436b207ccb0f9 0.25 MB 371 21
299,406 299,406 0000000000000000394ad97a45c74cc68218b8835152e90928d8c162d73dcc17 0.35 MB 959 47
299,405 299,405 000000000000000050ccf99ba3ae7a19c8c8c72b563b295b289b10ece387ef37 0.35 MB 712 32
299,404 299,404 000000000000000067c662fe89d41cf3c81d2f4851fa6a5a0ec1eb742ed60037 0.02 MB 60 38
299,403 299,403 0000000000000000436cd479f207821df3c7c716ab081fd8ea24e19f4f860588 0.02 MB 53 22
299,402 299,402 000000000000000001bb4c8906760c1b9c552a85984eebf83b1f5de3c6936ca2 0.11 MB 172 25
299,401 299,401 000000000000000045e0ffaea91bd2c4b5c65bddf1ace28179553888bf895389 0.40 MB 534 24
299,400 299,400 00000000000000004228b624a8eb69ee36a4cccab7f607acce73c1d86fc12491 0.20 MB 512 48
299,399 299,399 0000000000000000074f29f56717f80baa060074fc1c2e65dff91eab8a92bd13 0.05 MB 87 30
299,398 299,398 00000000000000002047dc2c2dc61b6e8c5be12582bb20ced7286eb7192dd154 0.64 MB 782 23
299,397 299,397 0000000000000000023c0ffd3c5c66dc1e63c33018d833b1b103c0f313713944 0.22 MB 512 45
299,396 299,396 00000000000000007d719f8b36c89a2c2ff115b96f2d86cb859440c500b3cec8 0.25 MB 743 85
299,395 299,395 0000000000000000759a21e56b18afc5b58dc5f31ad86d0deea77ed4f1b97dc8 0.03 MB 53 29
299,394 299,394 000000000000000082f6e70f98465450e65636f1efc883d94ce25738ed43f309 0.25 MB 470 41
299,393 299,393 00000000000000008864ea4636ae5390c5d05a16480763c40c25035621eeb739 0.01 MB 32 50
Previous 10 blocks ↓
Total Size: 769.43 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,645.59 GB sent, 95.11 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.