Memory Pool Memory Pool Refreshing

4,422 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,803 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (772,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,703 135,703 0000000000000a3497dfc16bdef7b2a4db32dc143f3b61f77d4785aa13929f19 0.02 MB 64 908
135,702 135,702 000000000000050caf551fe9ea37694b3ba94cf6e1230adc4b2af470231c9b10 0.00 MB 12 241
135,701 135,701 00000000000000fa5dbe6cb1c8a9e9e7146d694719e521866498dff54320356b 0.02 MB 61 320
135,700 135,700 00000000000007cc2ea1690ba3271d5ccb56651dbd997ce54fe3ec0104df9337 0.00 MB 17 983
135,699 135,699 00000000000001532b7166a472ef3d228957a650a377bbe6214eb221b41d9e55 0.01 MB 14 380
135,698 135,698 0000000000000281fa8874682ac7d9b23b9c66bb24dae9a389bbe5f968526fdd 0.00 MB 20 256
135,697 135,697 00000000000008c6cb3576d5303aaec0cbbce395b7fe1e33ffcba80f37dbd9ba 0.05 MB 159 119
135,696 135,696 00000000000009e237fd39478a07325621987ff2c27c0b109352940e5846d176 0.08 MB 204 839
135,695 135,695 00000000000009e3d96e43728bcf5b38aba5b64eda8adebd71c48ed1e258c5be 0.05 MB 86 275
135,694 135,694 000000000000094e628c1049df1c3ca2330d3bc0f358f8461f05c576d0c575bb 0.00 MB 9 482
135,693 135,693 00000000000003c4e07724ca4c9b73b7c5e30cd33420796bfb7823ded851f764 0.03 MB 86 25
135,692 135,692 00000000000008e92511b21d66c589fac674d3d93b978697960d2c9ded20ca43 0.00 MB 8 17
135,691 135,691 0000000000000749aac7368df51d552486e193d0c41ffc77166bc18b7d765c0d 0.05 MB 146 117
135,690 135,690 0000000000000a23f85cfb4435688598eb1474ac9a2a247bdeff9b51acd0d251 0.01 MB 22 54
135,689 135,689 000000000000014134d5384f1e1179d31d74b010046c23c783d9c27d0c09f279 0.03 MB 57 178
135,688 135,688 000000000000037d6a36f1218e7874ad245e5053709ec77b9485a9c46eee1ecd 0.00 MB 6 18
135,687 135,687 00000000000005cde928457890683d4e89df400a82773bc4d6034e6562d8977d 0.00 MB 3 0
135,686 135,686 0000000000000159ab8b53189da44a66d81e4241abea744d0a34a296a9c910eb 0.03 MB 86 113
135,685 135,685 000000000000041c3f8eda233e0e14072c3ab08926cf4c68fe3dcbe1b08f30bd 0.01 MB 17 1,478
135,684 135,684 0000000000000037b0376a45036589059ae5a4bf4def28dcf5764a7767cfe807 0.02 MB 67 2,335
135,683 135,683 000000000000025c9141057116cdac1c350fb55ae7f62a705abd5c5039fda68b 0.02 MB 43 635
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.67 GB sent, 94.43 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.