Memory Pool Memory Pool Refreshing

4,479 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (102,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,495 805,495 0000000000000000000481bb093278b60898b9baa5de3b55398b05862edd3368 1.53 MB 3,524 25
805,494 805,494 0000000000000000000457979b852c9dcc20749364fd71e3a81b5b59bac1108a 1.68 MB 2,715 18
805,493 805,493 000000000000000000039641199f51490c05566c2c22506de448fe9869dd56a3 1.42 MB 2,393 23
805,492 805,492 000000000000000000044a2d1dc5c495b24c9542cd8a45b0fe65df84efd376e4 1.48 MB 2,664 18
805,491 805,491 0000000000000000000152679007a2403d83d12cc52ad407cb42427a86047cd1 1.64 MB 4,216 18
805,490 805,490 000000000000000000005018d3bfe5b97876f0750b53e579c336563aceb18b24 1.50 MB 2,554 19
805,489 805,489 00000000000000000000c36fd0ca7246fccd4c63e81f90d48add33838cf0ec46 1.46 MB 2,789 19
805,488 805,488 00000000000000000004db93cf031b5e9b4eb2adb92d9a7f6992f53ef2eb4e3b 1.53 MB 3,321 21
805,487 805,487 00000000000000000000a85cfd14ab6b594a401c7252f469e8ea0a290feaf049 1.56 MB 3,196 26
805,486 805,486 00000000000000000002c4a9bdc7bcd6641478094ee0b1c479bc63cd346f9457 1.44 MB 3,242 34
805,485 805,485 00000000000000000003b02c8aa8975108c9cff0eaf72361a3b78e0acb36d2f8 1.27 MB 1,812 19
805,484 805,484 00000000000000000004b1509eb4192e763689615c1b8947f26d02fdf70b8159 1.55 MB 3,502 19
805,483 805,483 00000000000000000003dafd39bad3d6fc9e028400e9308651cf75420362c35a 1.97 MB 2,350 12
805,482 805,482 00000000000000000000931f51ded3415d0f2f4259f6b16e18b22ba9d2bd937c 1.49 MB 3,321 17
805,481 805,481 0000000000000000000396d9011d1e3434f2df9ed6741841f01b234edd8789ae 1.66 MB 3,511 17
805,480 805,480 00000000000000000002a58e1395cb43b5eef92da6e8ac9da728f201dbed7d43 1.68 MB 2,574 17
805,479 805,479 00000000000000000000ac648c770038a58abb3ccd0b3b8d12512a820dbb847e 1.55 MB 2,196 13
805,478 805,478 000000000000000000002f00b959cf2d73537e01c04eb6761e37eb0648e91e8c 1.51 MB 3,377 22
805,477 805,477 000000000000000000040f08227b10b630409625352a982bfc9eaac2d72481a4 1.61 MB 4,230 14
805,476 805,476 00000000000000000004108fa7e321280237a8282ea0318d4dd59631ac733ce0 1.43 MB 2,280 17
805,475 805,475 00000000000000000001625b95fee7d8722c4b74a57a489e93c4fe1251b3f307 1.34 MB 2,424 20
Previous 10 blocks ↓
Total Size: 769.05 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,627.51 GB sent, 93.13 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.