Memory Pool Memory Pool Refreshing

37,470 transactions
31.61 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
3 sats/vbyte 6
3 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
875,941 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 1,797 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,940 (441,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
434,217 434,217 000000000000000002d56db5fc4707ea5453c222aaa2f55eada729a62bd40127 1.00 MB 960 35
434,216 434,216 0000000000000000010f445c7c6ebf22cdf6172ebe036a5edf94bdb5437fa10a 1.00 MB 660 29
434,215 434,215 0000000000000000041c48882b1dc491ef646b0fa946a82347c29e9438c49c19 1.00 MB 2,121 68
434,214 434,214 000000000000000001475442489fe5296ca5a4c7116a11db2ea0d4f63c45bbe3 1.00 MB 1,101 36
434,213 434,213 000000000000000003a0faaf80c26745bcb8890b814a14f5b8daf00334bbf646 1.00 MB 1,518 32
434,212 434,212 000000000000000002de8b8638ed3c197240ad01b49085fe1293e31b7f9ad3eb 1.00 MB 1,852 54
434,211 434,211 00000000000000000102a300bc112d7fddb5eeb48fc58685ef7e10d3309e2868 1.00 MB 2,114 67
434,210 434,210 0000000000000000040ae19b698e07514b8f14778046a835aab7aa040422d9b8 1.00 MB 2,458 55
434,209 434,209 000000000000000003d91e97665960bb0573338e8d0c2bc3e785a2b90e965a23 1.00 MB 2,242 62
434,208 434,208 00000000000000000176a098f1e5cb777b03d7e13421bad6d6971bc64fd29f3f 1.00 MB 2,352 63
434,207 434,207 000000000000000000af703a1583554e3f5cdca22be45150ca3b489edf0fff34 1.00 MB 2,514 52
434,206 434,206 000000000000000002d831db33498e4ed0f5c6b6d759b847a24f3de86b2b611d 1.00 MB 2,574 64
434,205 434,205 000000000000000003909b46ef61d2ef8150197e20ac5956b880cb6b803f67a4 1.00 MB 2,514 84
434,204 434,204 000000000000000000d7ffab7c294c10726afb079a97ec71fc054cce56043078 1.00 MB 2,822 66
434,203 434,203 0000000000000000006a76170805d30222d28cb096cd2a8d66c770d2ff85a0ed 1.00 MB 2,704 65
434,202 434,202 000000000000000001919218171c76732bbebbded1041a3e24a5902fbf89f5fc 1.00 MB 2,653 99
434,201 434,201 00000000000000000433c939a4cf007a5a9ecd759d2d190b6081eb5b4a2711ea 1.00 MB 999 34
434,200 434,200 000000000000000002fbc3f01ea7a0957a6c0cfb86bac1da6361f3dbec423411 1.00 MB 284 20
434,199 434,199 000000000000000001570bdc9f4cdb125b66c7d6bf52500360d3456f8d0efc74 1.00 MB 1,898 50
434,198 434,198 0000000000000000040e172df51d98846fbe2de42d377222528567d32a3f7c01 1.00 MB 421 25
434,197 434,197 0000000000000000040d837780688b9a6a14416be7cc45361acd34e3ee5c3960 1.00 MB 267 21
Previous 10 blocks ↓
Total Size: 710.37 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: 647.35 GB sent, 14.60 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.