Memory Pool Memory Pool Refreshing

853 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 842 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (198,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
709,664 709,664 000000000000000000056e468e376f06b768612b9d8bf28f8a0aa6fc9ce78ae6 0.12 MB 183 10
709,663 709,663 00000000000000000003d175fbe10617772fc405aac389f6789528904db501e5 0.78 MB 1,424 10
709,662 709,662 0000000000000000000a780a334357ba9ccc491aa955e7087a2fd35519176c95 1.51 MB 2,657 10
709,661 709,661 0000000000000000000455f504cef4fa6d13787ddebb6f80b6c529940efc0779 0.63 MB 679 4
709,660 709,660 00000000000000000007416db5f9aa2b8efad5a8a0ec8d68a82b1055d22955e9 1.37 MB 1,993 7
709,659 709,659 00000000000000000004e53276c9c5957a086cd89e2cd0c40b500a21d2a36913 0.02 MB 56 12
709,658 709,658 00000000000000000002cec3ee1e1466c1f20c79305417fd8b80b8e752112616 0.47 MB 911 10
709,657 709,657 0000000000000000000c3a63b231ff47dcd9926cacf65cbd69048c8fbe33e403 1.09 MB 1,690 3
709,656 709,656 00000000000000000004d3108aa91c58d85027536139dcc359f5926a871b2111 1.46 MB 3,211 14
709,655 709,655 0000000000000000000be99c629585aab71a93b7a9ea61a8f0e85f981653232e 0.38 MB 802 13
709,654 709,654 0000000000000000000a9bdcf39c029faf04c3eefb10b2a31cc9b62aeff031a3 0.60 MB 818 10
709,653 709,653 0000000000000000000aefae757ba2a89ffcd9544acc24aba5a0c52bdf3fe060 1.48 MB 3,132 10
709,652 709,652 0000000000000000000c0bc2837413f602aa95033548788b92540e7e3ea556d8 1.12 MB 2,090 10
709,651 709,651 00000000000000000007027c50cf19e0aca9e25b4c7ec19fd724a683f33e52be 0.05 MB 167 12
709,650 709,650 00000000000000000006169375c94ae7c1a29bcc0e3a3610e2c70bfe1bdb9605 1.17 MB 1,073 3
709,649 709,649 0000000000000000000b49cf7b3c735a7b2afcddd831900cbd637a82703be55d 1.47 MB 3,123 11
709,648 709,648 0000000000000000000b71e0ad10450a50641eeb169b83732f0ad6d57649bc20 0.51 MB 833 8
709,647 709,647 0000000000000000000a3a49343a6b524e62b3e21cbff8185b78acec6ea4db6e 1.58 MB 2,579 7
709,646 709,646 0000000000000000000be3f3584bf370061df9a30342bfa7486154e2085fec6e 1.53 MB 2,602 13
709,645 709,645 000000000000000000093c20b1a0cb944a26b22de731aa1be7cc6aa941d5122c 0.01 MB 15 38
709,644 709,644 00000000000000000009f373aa589f3ddb8d5599dd35ea3da8d23cf3a60251b0 1.22 MB 2,120 5
Previous 10 blocks ↓
Total Size: 769.10 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,629.01 GB sent, 93.40 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.